diff --git a/package.json b/package.json index a4f11bba946..afb6b639628 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 87773488204..d557a24edaa 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 a695f774361..df6219221b7 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