You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vscode will say that "Cannot find module 'bluebird'" and "Cannot find module './router.es6'. Removing the extension from the import statement (import Router from './router') doesn't fix it.
Steps to Reproduce:
vscode will say that "Cannot find module 'bluebird'" and "Cannot find module './router.es6'. Removing the extension from the import statement (
import Router from './router'
) doesn't fix it.Screenshot:
My jsconfig.json:
Dev Tools Console did not display any warnings or errors, and I created the above screenshot while in --disable-extensions mode.
The text was updated successfully, but these errors were encountered: