We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd932a commit 902f5f2Copy full SHA for 902f5f2
package.json
@@ -17,7 +17,7 @@
17
"release:github-draft": "./ci/build/release-github-draft.sh",
18
"release:github-assets": "./ci/build/release-github-assets.sh",
19
"release:prep": "./ci/build/release-prep.sh",
20
- "test:e2e": "VSCODE_IPC_HOOK_CLI= ./ci/dev/test-e2e.sh",
+ "test:e2e": "VSCODE_DEV=1 VSCODE_IPC_HOOK_CLI= ./ci/dev/test-e2e.sh",
21
"test:unit": "./ci/dev/test-unit.sh --forceExit --detectOpenHandles",
22
"test:integration": "./ci/dev/test-integration.sh",
23
"test:scripts": "./ci/dev/test-scripts.sh",
0 commit comments