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>2020-07-30 00:05:36 +0300
committerMatt Bierner <matb@microsoft.com>2020-07-30 00:05:44 +0300
commitbdd3721849537601fdfd9e4b99b7159745f12b76 (patch)
tree3e72f4b078c5ddb339fdfef1b4cc6042e1921653 /scripts
parentd4d1e3b2c8d9d718599df0291663e2d27765c54f (diff)
Add custom editor test extension
Adds a simple set of tests for custom editors in a new extension. This is currently not run during CI since we want more testing to make sure it is reliable
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test-integration.bat1
-rwxr-xr-xscripts/test-integration.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat
index 4450d838c8c..3133c7869a5 100644
--- a/scripts/test-integration.bat
+++ b/scripts/test-integration.bat
@@ -23,6 +23,7 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
compile-extension:vscode-colorize-tests^
compile-extension:markdown-language-features^
compile-extension:typescript-language-features^
+ compile-extension:vscode-custom-editor-tests^
compile-extension:vscode-notebook-tests^
compile-extension:emmet^
compile-extension:css-language-features-server^
diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh
index 3288a8c0516..5412a5c0ecd 100755
--- a/scripts/test-integration.sh
+++ b/scripts/test-integration.sh
@@ -27,6 +27,7 @@ else
# and the build bundles extensions into .build webpacked
yarn gulp compile-extension:vscode-api-tests \
compile-extension:vscode-colorize-tests \
+ compile-extension:vscode-custom-editor-tests \
compile-extension:vscode-notebook-tests \
compile-extension:markdown-language-features \
compile-extension:typescript-language-features \