We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb04f4 commit d566b12Copy full SHA for d566b12
package.json
@@ -644,8 +644,9 @@
644
"lint": "eslint src --ext ts",
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",
+ "test": "node ./out/test/runTest.js",
+ "vsce-package": "npx @vscode/vsce package -o python-debugger.vsix"
649
+ },
650
"devDependencies": {
651
"@types/chai": "^4.1.2",
652
"@types/chai-as-promised": "^7.1.0",
0 commit comments