diff --git a/package.json b/package.json index a4f11bba9463b42fadd450f0a204a3ddb03b4cc8..afb6b6396280bb7cfea89a55df57a99c9d413989 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.39.0", - "distro": "34784c4c1bcc5c753d86948b5dfc49ce916598b4", + "distro": "967a5f6fb3ab3baa4f996b757db7312f81df41b5", "author": { "name": "Microsoft Corporation" }, diff --git a/scripts/test-integration.bat b/scripts/test-integration.bat index 87773488204f2c1af9ad7a93f7681f94b4242f53..d557a24edaa3960dea907a958cb42e178661a15d 100644 --- a/scripts/test-integration.bat +++ b/scripts/test-integration.bat @@ -20,7 +20,6 @@ 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." ) diff --git a/scripts/test-integration.sh b/scripts/test-integration.sh index a695f774361344a24445329a28d25237d91facee..df6219221b7a1b2c92569dac4ef0688e5485b448 100755 --- a/scripts/test-integration.sh +++ b/scripts/test-integration.sh @@ -29,7 +29,6 @@ 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