mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
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
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user