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.
vscode.git
1 parent 3dea2a7 commit 2260d7cCopy full SHA for 2260d7c
scripts/test-remote-integration.sh
@@ -63,7 +63,7 @@ else
63
export ELECTRON_ENABLE_LOGGING=1
64
65
# Running from a build, we need to enable the vscode-test-resolver extension
66
- EXTRA_INTEGRATION_TEST_ARGUMENTS="--extensions-dir=$EXT_PATH --enable-proposed-api=vscode.vscode-test-resolver --enable-proposed-api=vscode.vscode-api-tests --enable-proposed-api=vscode.markdown-language-features"
+ EXTRA_INTEGRATION_TEST_ARGUMENTS="--extensions-dir=$EXT_PATH --enable-proposed-api=vscode.vscode-test-resolver --enable-proposed-api=vscode.vscode-api-tests --enable-proposed-api=vscode.markdown-language-features --enable-proposed-api=vscode.git"
67
68
echo "Storing crash reports into '$VSCODECRASHDIR'."
69
echo "Storing log files into '$VSCODELOGSDIR'."
0 commit comments