Skip to content

Intellisense stuck on loading after trying to index absolute import #39326

@Bluefitdev

Description

@Bluefitdev
  • VSCode Version:
Version: 1.46.1
Commit: cd9ea6488829f560dc949a8b2fb789f3cdc05f5d
Date: 2020-06-17T21:17:14.222Z (5 days ago)
Electron: 7.3.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.5.0
  • OS Version: OSX 10.15.5 (19F101)

Steps to Reproduce:

  1. My js config:
{
    "compilerOptions": {
        "baseUrl": "./src"
    },
    "include": [
        "src"
    ]
}

Bootstrapped with Create react app. Try to import {} from "app/..." goes loading. Afterwards intellisense won't work for 1-2 minutes until it starts working again in the code.

Screen Shot 2020-06-23 at 9 51 14 am

Does this issue occur when all extensions are disabled?: Yes

Same thing goes on, if i try to index some files from the import. intellisense stays on loading on the code for 1-2 mins. Its pretty annoying when I need to code fast so sometimes when it loads i moved back to vim :(

Can anyone help please?

Screen Shot 2020-06-23 at 9 55 34 am

Screen Shot 2020-06-23 at 9 55 48 am

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFix AvailableA PR has been opened for this issueNeeds More InfoThe issue still hasn't been fully clarifiedRescheduledThis 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