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 have tried restarting VS Code or running Vetur: Restart VLS
Info
Platform: macOS
Vetur version: 0.33.1
VS Code version: 1.56.0
Problem
Bug 1
In the vscode editor, if you import a .vue file in a .ts or .js file, you will not be able to locate the file, only shims-vue.d.ts.
But there is no problem importing the .vue file in the .vue file:
Note that there is no entry.vue file in the dropbox:
command + click to jump, it will jump to shims-vue.d.ts:
Bug 2
The import .vue file in the .vue file can be located, but two modules will be found, which are the same file but in different scopes:
Found 2 modules:
Click the first one to enter, all the contents in the <script> tag will be selected:
Click the second one to enter, it will select from the <script> tag to the end of the file:
Bug 3
importCompfrom'./xxx/yyy'
If you do not write .vue or index.vue, the corresponding file cannot be recognized.
Vetur: Restart VLS
Info
Problem
Bug 1
In the vscode editor, if you import a
.vue
file in a.ts
or.js
file, you will not be able to locate the file, onlyshims-vue.d.ts
.But there is no problem importing the
.vue
file in the.vue
file:Note that there is no entry.vue file in the dropbox:
command + click to jump, it will jump to
shims-vue.d.ts
:Bug 2
The import
.vue
file in the.vue
file can be located, but two modules will be found, which are the same file but in different scopes:Found 2 modules:
Click the first one to enter, all the contents in the
<script>
tag will be selected:Click the second one to enter, it will select from the
<script>
tag to the end of the file:Bug 3
If you do not write
.vue
orindex.vue
, the corresponding file cannot be recognized.Reproducible Case
https://github.com/masquevil/stock
The text was updated successfully, but these errors were encountered: