From c012ce1327f07ba8986e6e2d385f32ff3f3ef4fc Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Wed, 20 Aug 2025 11:59:10 -0700 Subject: [PATCH] Don't run tsc compile on preview-src or test workspaces For #262508 test workspace shouldn't be compiled and `preview-src` is compiled by the ext task --- build/gulpfile.extensions.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/gulpfile.extensions.js b/build/gulpfile.extensions.js index 83d4f32179f..687bd16fd8c 100644 --- a/build/gulpfile.extensions.js +++ b/build/gulpfile.extensions.js @@ -47,7 +47,6 @@ const compilations = [ 'extensions/jake/tsconfig.json', 'extensions/json-language-features/client/tsconfig.json', 'extensions/json-language-features/server/tsconfig.json', - 'extensions/markdown-language-features/preview-src/tsconfig.json', 'extensions/markdown-language-features/tsconfig.json', 'extensions/markdown-math/tsconfig.json', 'extensions/media-preview/tsconfig.json', @@ -61,7 +60,6 @@ const compilations = [ 'extensions/search-result/tsconfig.json', 'extensions/simple-browser/tsconfig.json', 'extensions/tunnel-forwarding/tsconfig.json', - 'extensions/typescript-language-features/test-workspace/tsconfig.json', 'extensions/typescript-language-features/web/tsconfig.json', 'extensions/typescript-language-features/tsconfig.json', 'extensions/vscode-api-tests/tsconfig.json',