|
| 1 | +# Rust Extension Pack |
| 2 | +VS Code Extension Pack for Python development. |
| 3 | + |
| 4 | +[![Version Badge][version-badge]][ext-url] |
| 5 | +[![Installs Badge][installs-badge]][ext-url] |
| 6 | +[![Rating Badge][rating-badge]][ext-url] |
| 7 | +[![License Badge][license-badge]][license-url] |
| 8 | + |
| 9 | +[![CI Build Badge][ci-badge]][ci-pipeline-url] |
| 10 | +[![Test Results Badge][tests-badge]][ci-pipeline-url] |
| 11 | + |
| 12 | +## Included Extensions |
| 13 | + |
| 14 | +* [Python][python-ext-url] |
| 15 | +* [IntelliCode][intellicode-ext-url] |
| 16 | +* [Python Test Adapter][python-test-adapter-ext-url] |
| 17 | + * [Test Explorer][test-explorer-ext-url] (dependency of the Python Test Adapter extension) |
| 18 | + |
| 19 | +Check out our [Common Extension Pack][common-ext-pack-url] that contains a couple other extensions that are useful for any type of project! |
| 20 | + |
| 21 | +## Contributing |
| 22 | +Have an extension request, question, or need to report a bug? Open an issue [here][open-issue-url]! |
| 23 | + |
| 24 | +## License |
| 25 | +MIT - see license details [here][license-url] |
| 26 | + |
| 27 | +[license-url]: https://github.com/swellaby/vscode-python-pack/blob/master/LICENSE |
| 28 | +[contributing-doc-url]: https://github.com/swellaby/vscode-python-pack/blob/master/.github/CONTRIBUTING.md |
| 29 | +[license-badge]: https://img.shields.io/github/license/swellaby/vscode-python-pack.svg?style=flat-square&color=blue |
| 30 | +[ci-badge]: https://img.shields.io/azure-devops/build/swellaby/opensource/46/master.svg?style=flat-square |
| 31 | +[ci-pipeline-url]: https://dev.azure.com/swellaby/OpenSource/_build?definitionId=46 |
| 32 | +[tests-badge]: https://img.shields.io/azure-devops/tests/swellaby/opensource/46/master.svg?style=flat-square |
| 33 | +[installs-badge]: https://img.shields.io/vscode-marketplace/d/swellaby.python-pack.svg?style=flat-square |
| 34 | +[version-badge]: https://img.shields.io/vscode-marketplace/v/swellaby.python-pack.svg?style=flat-square&label=marketplace |
| 35 | +[rating-badge]: https://img.shields.io/vscode-marketplace/r/swellaby.python-pack.svg?style=flat-square |
| 36 | +[ext-url]: https://marketplace.visualstudio.com/items?itemName=swellaby.python-pack |
| 37 | +[common-ext-pack-url]: https://marketplace.visualstudio.com/items?itemName=swellaby.common-pack |
| 38 | +[open-issue-url]: https://github.com/swellaby/vscode-python-pack/issues/new/choose |
| 39 | +[python-ext-url]: https://marketplace.visualstudio.com/items?itemName=ms-python.python |
| 40 | +[intellicode-ext-url]:https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode |
| 41 | +[python-test-adapter-ext-url]: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter |
| 42 | +[test-explorer-ext-url]: https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer |
0 commit comments