Skip to content

Commit

Permalink
Add vscode.git to proposed enabled extension for remote tests (#151253
Browse files Browse the repository at this point in the history
)
  • Loading branch information
joyceerhl authored Jun 3, 2022
1 parent 3dea2a7 commit 2260d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-remote-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ else
export ELECTRON_ENABLE_LOGGING=1

# Running from a build, we need to enable the vscode-test-resolver extension
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"

echo "Storing crash reports into '$VSCODECRASHDIR'."
echo "Storing log files into '$VSCODELOGSDIR'."
Expand Down

0 comments on commit 2260d7c

Please sign in to comment.