Add typescript.preferences.autoImportFileExcludePatterns to repo (#193477)

For https://github.com/microsoft/TypeScript/issues/55781
This commit is contained in:
Matt Bierner
2023-09-19 08:28:28 -07:00
committed by GitHub
parent db6150c8f5
commit 060e385ef5

View File

@@ -151,4 +151,12 @@
"application.experimental.rendererProfiling": true,
"editor.experimental.asyncTokenization": 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"
]
}