-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueNeeds More InfoThe issue still hasn't been fully clarifiedThe issue still hasn't been fully clarifiedRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone
Milestone
Description
- 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:
- 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.
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?
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueNeeds More InfoThe issue still hasn't been fully clarifiedThe issue still hasn't been fully clarifiedRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone