Skip to content

Commit 2718ae7

Browse files
docs: updated readme
1 parent c4c2252 commit 2718ae7

File tree

4 files changed

+58
-15
lines changed

4 files changed

+58
-15
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
Summary of changes included in this PR:
33
- [ ]
44
- [ ]
5-
- [ ]
65

7-
## Issues Referenced
6+
## Associated Issues
87
- Closes #
98
- Closes #

.vscode/cSpell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"expt",
77
"hbenl",
88
"intelli",
9+
"intellicode",
910
"opensource",
1011
"repo",
1112
"rustlang",

.vscode/settings.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"files.exclude": {
3-
"**/.git": true,
4-
"**/node_modules": true,
5-
"**/*.tgz": true,
6-
"**/*.tar*": true,
7-
"**/.testresults/": true,
8-
"**/*.vsix": true,
9-
".publish/": true
3+
"**/.git": true,
4+
"**/node_modules": true,
5+
"**/*.tgz": true,
6+
"**/*.tar*": true,
7+
"**/.testresults/": true,
8+
"**/*.vsix": true,
9+
".publish/": true
1010
},
1111
"cSpell.enabled": true,
1212
"cSpell.ignorePaths": [
@@ -19,12 +19,12 @@
1919
".editorconfig"
2020
],
2121
"cSpell.enabledLanguageIds": [
22-
"asciidoc",
23-
"javascript",
24-
"json",
25-
"markdown",
26-
"plaintext",
27-
"text",
22+
"asciidoc",
23+
"javascript",
24+
"json",
25+
"markdown",
26+
"plaintext",
27+
"text",
2828
],
2929
"cSpell.dictionaries": [
3030
"companies",
@@ -33,6 +33,7 @@
3333
"misc",
3434
"node",
3535
"npm",
36+
"python",
3637
"softwareTerms"
3738
]
3839
}

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

Comments
 (0)