-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
Labels
BugA bug in TypeScriptA bug in TypeScriptRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.65.2
- OS Version: Ubuntu 20.04.4 LTS
IntelliSense slow down when I set value for compilerOptions->jsx
option in tsconfig.json
file. Without this option (after restart vscode) I get autocomplete suggestion less then 1 second, with compilerOptions->jsx
I get suggestion after 3-4 seconds. CPU i5 8 cores, available RAM more than 10GB.
When initializing js/ts language features
in progress IntelliSense work fast
Tried in 1.66.0-insider the result is the same
{
"compilerOptions": {
...
"jsx": "react",
...
},
"exclude": [...]
}
ryancwalsh, noinkling and xyangst
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone