mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Add typescript.preferences.autoImportFileExcludePatterns to repo (#193477)
For https://github.com/microsoft/TypeScript/issues/55781
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -151,4 +151,12 @@
|
|||||||
"application.experimental.rendererProfiling": true,
|
"application.experimental.rendererProfiling": true,
|
||||||
"editor.experimental.asyncTokenization": true,
|
"editor.experimental.asyncTokenization": true,
|
||||||
"editor.experimental.asyncTokenizationVerification": true,
|
"editor.experimental.asyncTokenizationVerification": true,
|
||||||
|
"typescript.preferences.autoImportFileExcludePatterns": [
|
||||||
|
"xterm",
|
||||||
|
"xterm-headless",
|
||||||
|
"node-pty",
|
||||||
|
"vscode-notebook-renderer",
|
||||||
|
"src/vs/workbench/workbench.web.main.ts",
|
||||||
|
"src/vs/workbench/api/common/extHostTypes.ts"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user