Initial commit
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "vscodepython",
|
||||
"displayName": "VSCodePython",
|
||||
"description": "Extension Pack For Python",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"vscode": "^1.78.0"
|
||||
},
|
||||
"categories": [
|
||||
"Extension Packs"
|
||||
],
|
||||
"extensionPack": [
|
||||
"aaron-bond.better-comments",
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"mongodb.mongodb-vscode",
|
||||
"ms-python.black-formatter",
|
||||
"ms-python.isort",
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"njpwerner.autodocstring",
|
||||
"tamasfe.even-better-toml",
|
||||
"twixes.pypi-assistant",
|
||||
"ZainChen.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user