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": [...]
}
Does this issue occur when all extensions are disabled?: Yes
IntelliSense slow down when I set value for
compilerOptions->jsxoption intsconfig.jsonfile. Without this option (after restart vscode) I get autocomplete suggestion less then 1 second, withcompilerOptions->jsxI get suggestion after 3-4 seconds. CPU i5 8 cores, available RAM more than 10GB.When
initializing js/ts language featuresin progress IntelliSense work fastTried in 1.66.0-insider the result is the same