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:
Diffstat (limited to 'scripts/test-web-integration.bat')
-rw-r--r--scripts/test-web-integration.bat12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/test-web-integration.bat b/scripts/test-web-integration.bat
index 99bb16b7d5e..c5b89b85b36 100644
--- a/scripts/test-web-integration.bat
+++ b/scripts/test-web-integration.bat
@@ -25,12 +25,12 @@ if "%VSCODE_REMOTE_SERVER_PATH%"=="" (
:: Run from a built: need to compile all test extensions
:: because we run extension tests from their source folders
:: and the build bundles extensions into .build webpacked
- call yarn gulp compile-extension:vscode-api-tests^
- compile-extension:markdown-language-features^
- compile-extension:typescript-language-features^
- compile-extension:emmet^
- compile-extension:git^
- compile-extension-media
+ :: call yarn gulp compile-extension:vscode-api-tests^
+ :: compile-extension:markdown-language-features^
+ :: compile-extension:typescript-language-features^
+ :: compile-extension:emmet^
+ :: compile-extension:git^
+ :: compile-extension-media
)
if not exist ".\test\integration\browser\out\index.js" (