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
I might be missing some setting, but it looks like there is no way to setup the server in order to pickup configurations defined in a jsconfig.json file while in a javascript project. This is useful especially for handling imports done through paths defined there. E.g.:
I'm not sure what is going on your js project but a minimal reproduction like this would be really helpful. Also I'd suggest checking in vscode to see if the behavior is the same there.
Description
I might be missing some setting, but it looks like there is no way to setup the server in order to pickup configurations defined in a
jsconfig.json
file while in a javascript project. This is useful especially for handling imports done through paths defined there. E.g.:JSConfig reference: https://code.visualstudio.com/docs/languages/jsconfig
The text was updated successfully, but these errors were encountered: