Skip to content

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

@mjbvz

Description

@mjbvz

From @DavidBabel on March 13, 2017 10:1

  • 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.

Copied from original issue: microsoft/vscode#22515

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issueVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions