Skip to content

BUG : jsconfig.json file in $HOME crash computer #22515

@DavidBabel

Description

@DavidBabel
  • VSCode Version: 1.10.2
  • OS Version:

Steps to Reproduce:
linked to #22372

  1. Close vscode
  2. create jsconfig.json file in your $HOME directory with content :
{
    "compilerOptions": {
        "lib": [
            "es2015"
        ]
    }
}
  1. launch any project of vscode and check your processor activity :
    image

You will got huge performances problems identified, intellisense will completely crash in "loading ..." state, and the whole computer will slow down.

Processes stay as ghost even if vscode is closed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions