-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript and JavaScript Language Features #130984
Comments
-have disabled all installed extensions |
Does this reproduce in the latest VS Code insiders build with all extensions disabled? |
Does this happen for every project you open? Can you share the project that causes this issue? |
It happens only if I have .jsconfig.json in project with such content: {
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"checkJs": false
},
"exclude": ["node_modules"]
} |
Can you share the project that causes this? |
I have figured out the problem |
Great find! This is actually being tracked upstream by microsoft/TypeScript#21136 |
Issue Type: Performance Issue
after vscode update experience a high load cpu if "TypeScript and JavaScript Language Features" builtin extention enabled
VS Code version: Code 1.59.0 (379476f, 2021-08-04T23:13:20.182Z)
OS version: Linux x64 5.4.0-80-generic
Restricted Mode: No
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
opengl: enabled_on
rasterization: disabled_software
skia_renderer: enabled_on
video_decode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Process Info
Workspace Info
Extensions (40)
(2 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: