We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03caf4 commit 919dac2Copy full SHA for 919dac2
package.json
@@ -1,12 +1,12 @@
1
{
2
- "dependencies": {},
3
- "description": "VS Code module for installing python packages",
4
- "devDependencies": {},
5
"name": "@vscode/python-installer",
+ "description": "VS Code module for installing python packages",
6
"scripts": {
7
"compile": "tsc -p ./",
8
"compilewatch": "tsc -watch -p ./",
9
"download-api": "vscode-dts dev",
10
"postdownload-api": "vscode-dts main"
11
- }
+ },
+ "dependencies": {},
+ "devDependencies": {}
12
}
0 commit comments