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 4432dc9 commit d51e897Copy full SHA for d51e897
package.json
@@ -368,7 +368,7 @@
368
"tslint-fix": "tslint --fix -p tsconfig.json -c tslint.json --format stylish 'src/**/*.ts'",
369
"push-tag": "git tag -a $npm_package_version -m \"Version $npm_package_version\" && git push origin $npm_package_version",
370
"pretest": "tsc -p ./",
371
- "test": "node ./out/test/runTest.js"
+ "test": "node ./out/src/test/runTest.js"
372
},
373
"husky": {
374
"hooks": {
@@ -384,7 +384,7 @@
384
"@types/mocha": "^5.2.6",
385
"@types/node": "^14.0.3",
386
"@types/request-promise-native": "^1.0.17",
387
- "@types/vscode": "^1.39.0",
+ "@types/vscode": "^1.60.0",
388
"@types/yauzl": "^2.9.1",
389
"@vscode/test-electron": "^1.6.1",
390
"glob": "^7.1.4",
0 commit comments