Added vscodium

This commit is contained in:
Kristofers Solo
2022-04-28 21:17:01 +03:00
parent 837a479d82
commit d7dddc39ef
29139 changed files with 250215 additions and 45125 deletions

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Language="en-US" Id="python-extension-pack" Version="1.7.0" Publisher="donjayamanne" />
<DisplayName>Python Extension Pack</DisplayName>
<Description xml:space="preserve">Popular Visual Studio Code extensions for Python</Description>
<Tags>python,django,debugger,unittest,jinja,__web_extension</Tags>
<Categories>Extension Packs</Categories>
<GalleryFlags>Public</GalleryFlags>
<Properties>
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.62.0" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="njpwerner.autodocstring,ms-python.python,wholroyd.jinja,batisteo.vscode-django,VisualStudioExptTeam.vscodeintellicode,KevinRose.vsc-python-indent,donjayamanne.python-environment-manager" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="workspace,web" />
<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/DonJayamanne/python-extension-pack.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/DonJayamanne/python-extension-pack.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/DonJayamanne/python-extension-pack.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/DonJayamanne/python-extension-pack/issues" />
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/DonJayamanne/python-extension-pack#readme" />
<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#1e415e" />
<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="dark" />
<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
</Properties>
<License>extension/LICENSE.txt</License>
<Icon>extension/icon.png</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
</Installation>
<Dependencies/>
<Assets>
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/icon.png" Addressable="true" />
</Assets>
</PackageManifest>

View File

@@ -0,0 +1,34 @@
## 1.7.0
- Add Python Indent
- Add Python Environment Manager
- Add Jupyter extension.
## 1.5.0
- Remove Jupyter extension.
## 1.4.0
- Remove VS Live Share (as this not specific to Python).
## 1.3.0
- Included Visual Studio IntelliCode.
## 1.2.0
- Included VS Live Share.
- Update recommented Django extensions.
## 1.1.0
- Updated to change the id of the Python extension.
## 1.0.0
- Oops, fixed repo links.
## 0.0.1
- Initial release.

View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015 DonJayamanne
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,20 @@
# Python Extension Pack
This extension pack packages some of the most popular (and some of my favorite) Python extensions.
## Extensions Included
* [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.
* [Jinja](https://marketplace.visualstudio.com/items?itemName=wholroyd.jinja) - Jinja template language support for Visual Studio Code.
* [Django](https://marketplace.visualstudio.com/items?itemName=batisteo.vscode-django) - Beautiful syntax and scoped snippets for perfectionists with deadlines.
* [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode) - Provides AI-assisted productivity features for Python developers in Visual Studio Code with insights based on understanding your code combined with machine learning..
* [Python Environment Manager](https://marketplace.visualstudio.com/items?itemName=donjayamanne.python-environment-manager) - Provides the ability to view and manage all of your Python environments & packages from a single place.
* [Python Docstring Generator](https://marketplace.visualstudio.com/items?itemName=njpwerner.autodocstring) - Quickly insert Python comment blocks with contextually inferred parameters for classes and methods based on multiple, selectable template patterns.
* [Python Indent](https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent) - Correct python indentation in Visual Studio Code.
* [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) - Provides Jupyter notebook support for Python language, used for data science, scientific computing and machine learning.
## Want to see your extension added?
Open a PR and I'd be happy to take a look.
**Enjoy!**

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -0,0 +1,53 @@
{
"name": "python-extension-pack",
"displayName": "Python Extension Pack",
"description": "Popular Visual Studio Code extensions for Python",
"version": "1.7.0",
"publisher": "donjayamanne",
"author": {
"name": "Don Jayamanne",
"email": "don.jayamanne@yahoo.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DonJayamanne/python-extension-pack"
},
"bugs": {
"url": "https://github.com/DonJayamanne/python-extension-pack/issues"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#1e415e",
"theme": "dark"
},
"engines": {
"vscode": "^1.62.0"
},
"keywords": [
"python",
"django",
"debugger",
"unittest",
"jinja"
],
"categories": [
"Extension Packs"
],
"extensionPack": [
"njpwerner.autodocstring",
"ms-python.python",
"wholroyd.jinja",
"batisteo.vscode-django",
"VisualStudioExptTeam.vscodeintellicode",
"KevinRose.vsc-python-indent",
"donjayamanne.python-environment-manager"
],
"__metadata": {
"id": "f5188937-53e0-45bb-a16d-61231003fa3b",
"publisherId": "1ba8bd00-2ad1-4be0-a007-5b4b954c1ee7",
"publisherDisplayName": "Don Jayamanne",
"isPreReleaseVersion": false,
"installedTimestamp": 1641229758961
}
}