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
Looks like we have the same problem.
In a workspace setup, vetur autocompletes from the first project jsconfig.json
My setup:
app project
jsconfig.json
ui lib
jsconfig.json
In ui lib in any *.vue file I get autocomplete like this: (which is a config from app project)
However, this works normally for js files (presumably because because i did not configure vetur for js files so regular vscode path works for js files)
Looks like we have the same problem.
In a workspace setup, vetur autocompletes from the first project jsconfig.json
My setup:
app project
jsconfig.json
ui lib
jsconfig.json
In ui lib in any *.vue file I get autocomplete like this: (which is a config from app project)
However, this works normally for js files (presumably because because i did not configure vetur for js files so regular vscode path works for js files)
Info
Problem
In a workspace, if the vue project folder is not first place in this workspace, webpack aliases doesn't work, so go to definition can not work.
Reproducible Case
Now, open Home.vue from workspace A , select
Counter
and go to definition works. But in workspace B, go to definition doesn't work.Maybe jsconfig.json not work?
The text was updated successfully, but these errors were encountered: