NpmIntellisense
NpmIntellisense copied to clipboard
VS code hanging when editing untitled file
When editing a new file that is not saved on the file system yet cause the package to hang VS Code. How to duplicate:
- Open a new untitled file, but don't save it. (might have to set language to TypeScript or js)
- Start to type:
import { test } from '
- vs code hangs