ChristianKohler/NpmIntellisense

VS code hanging when editing untitled file

Opened this issue · 0 comments

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