Skip to content

Commit

Permalink
Add vscode.markdown-language-features to proposed API
Browse files Browse the repository at this point in the history
(cherry picked from commit 4a7cd08)
  • Loading branch information
dbaeumer committed Mar 28, 2022
1 parent abff0e9 commit e2542a4
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.image-preview --enable-proposed-api=vscode.git"
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.image-preview --enable-proposed-api=vscode.git --enable-proposed-api=vscode.markdown-language-features"

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

0 comments on commit e2542a4

Please sign in to comment.