ChristianKohler / NpmIntellisense

Visual Studio Code plugin that autocompletes npm modules in import statements
MIT License
155 stars 43 forks source link

VS code hanging when editing untitled file #88

Open ying80 opened 1 year ago

ying80 commented 1 year ago

When editing a new file that is not saved on the file system yet cause the package to hang VS Code. How to duplicate:

  1. Open a new untitled file, but don't save it. (might have to set language to TypeScript or js)
  2. Start to type: import { test } from '
  3. vs code hangs