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
Issue:
I just started adding a jsconfig.json file to my project and I've enabled the checkJs option.
One of my Vue components is importing a json file, but the editor is showing me a Cannot find module error.
Steps to Reproduce:
Configure a jsconfig.json file, see below.
Make a Vue component.
Have the component import a json file.
See the import underlined with an error - Cannot find module.
Does this issue occur when all extensions are disabled?: Yes
Issue:
I just started adding a jsconfig.json file to my project and I've enabled the
checkJs
option.One of my Vue components is importing a json file, but the editor is showing me a
Cannot find module
error.Steps to Reproduce:
jsconfig.json
file, see below.Cannot find module
.Does this issue occur when all extensions are disabled?: Yes
jsconfig.json:
Additional info:
The text was updated successfully, but these errors were encountered: