Extension sample
helloworld-test-cli-sample
VS Code version
1.86.0
What went wrong?
Instructions for helloworld-test-cli-sample mention to run npm install && npm run test but the results are not really desirable ones
$ npm i
added 136 packages, and audited 137 packages in 1s
found 0 vulnerabilities
ssbarnea@m1: ~/c/vs/vscode-extension-samples/helloworld-test-cli-sample main ⚡
$ npm run test
> helloworld-sample@0.0.1 pretest
> npm run compile
> helloworld-sample@0.0.1 compile
> tsc -p ./
> helloworld-sample@0.0.1 test
> vscode-test
Downloading VS Code 1.86.0 from https://update.code.visualstudio.com/1.86.0/darwin-arm64/stable
Downloading VS Code [==============================] 100%
Downloaded VS Code into /Users/ssbarnea/c/vs/vscode-extension-samples/helloworld-test-cli-sample/.vscode-test/vscode-darwin-arm64-1.86.0
Downloaded VS Code into /Users/ssbarnea/c/vs/vscode-extension-samples/helloworld-test-cli-sample/.vscode-test/vscode-darwin-arm64-1.86.0
Test error: Error: spawn /Users/ssbarnea/c/vs/vscode-extension-samples/helloworld-test-cli-sample/.vscode-test/vscode-darwin-arm64-1.86.0/Visual Studio Code.app/Contents/MacOS/Electron ENOENT
Exit code: -2
Failed
FAIL: 1
Extension sample
helloworld-test-cli-sample
VS Code version
1.86.0
What went wrong?
Instructions for helloworld-test-cli-sample mention to run
npm install && npm run testbut the results are not really desirable ones