Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2022-06-04 00:56:16 +0300
committerGitHub <noreply@github.com>2022-06-04 00:56:16 +0300
commit3dea2a728022acf3ef9a5f50a50129bc10c09566 (patch)
treec992feff310992cd60c95237d43524c600981f23 /scripts
parent4ebbf529281871f457491d618c71b7da955d17fa (diff)
Add markdown to proposed enabled extension for remote tests (#151251)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-remote-integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-remote-integration.sh b/scripts/test-remote-integration.sh
index 7decdf3798f..0abaf331f87 100755
--- a/scripts/test-remote-integration.sh
+++ b/scripts/test-remote-integration.sh
@@ -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"
+ 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"
echo "Storing crash reports into '$VSCODECRASHDIR'."
echo "Storing log files into '$VSCODELOGSDIR'."