Skip to content

IntelliSense slow down with large json file #48364

Open
@sublite

Description

@sublite

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": [...]
}

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptRescheduledThis issue was previously scheduled to an earlier milestone

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions