fix vscode.open() tests (#81833)

This commit is contained in:
Benjamin Pasero
2019-10-02 12:28:48 +02:00
committed by GitHub
parent 46043d41c8
commit bb0dbb3b9c
3 changed files with 10 additions and 8 deletions
+1
View File
@@ -20,6 +20,7 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
call yarn gulp compile-extension:css-language-features-server
call yarn gulp compile-extension:html-language-features-server
call yarn gulp compile-extension:json-language-features-server
call yarn gulp compile-extension:image-preview
echo "Running integration tests with '%INTEGRATION_TEST_ELECTRON_PATH%' as build."
)
+1
View File
@@ -29,6 +29,7 @@ else
yarn gulp compile-extension:css-language-features-server
yarn gulp compile-extension:html-language-features-server
yarn gulp compile-extension:json-language-features-server
yarn gulp compile-extension:image-preview
echo "Running integration tests with '$INTEGRATION_TEST_ELECTRON_PATH' as build."
fi