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 8e676db commit 5cb04f4Copy full SHA for 5cb04f4
package.json
@@ -645,6 +645,7 @@
645
"format-check": "prettier --check \"src/**/*.ts\" \"build/**/*.yml\" \".github/**/*.yml\"",
646
"format-fix": "prettier --write \"src/**/*.ts\" \"build/**/*.yml\" \".github/**/*.yml\"",
647
"test": "node ./out/test/runTest.js" },
648
+ "vsce-package": "npx @vscode/vsce package -o python-debugger.vsix",
649
"devDependencies": {
650
"@types/chai": "^4.1.2",
651
"@types/chai-as-promised": "^7.1.0",
0 commit comments