-
- Notifications
You must be signed in to change notification settings - Fork 489
Closed
Labels
bugSomething isn't workingSomething isn't workinggood reproduction ✨This issue provides a good reproduction, we will be able to investigate it firstThis issue provides a good reproduction, we will be able to investigate it firstupstream
Description
Vue - Official extension or vue-tsc version
2.0.21
VSCode version
1.90.0
Vue version
3.4.21
TypeScript version
5.4.0
System Info
No response
Steps to reproduce
- Create a new project, such as those generated by
npm create vue@latest
. - Add a
devcontainer.json
file in a.devcontainer
in the root of the project, configured to provide a Node.js and Typescript environment and install the Vue - Official extension. - Reopen the project in the DevContainer.
- Install dependencies specified in
package.json
. - The installed Vue - Official extension appears to work, with IntelliSense running and utilities like "go to definition" working as expected.
- Attempt to create a new single file component (e.g.,
MyTest.vue
). - The Vue - Official extension appears to no longer work completely as expected in the new component file (e.g., if importing an existing component, there is no auto-import and "go to definition" does not work).
- Observe that the extension now reports uncaught errors during activation.
Link to minimal reproduction
https://github.com/CristopherH95/Vue-Extension-Issue
Any additional comments?
This issue was originally encountered while using Podman with a DevContainer environment for a Vuetify project. This also seemed to occur for me the same in a "vanilla" Vue project such as one in the provided GitHub repo. Upon a quick test, it looks like I also run into this outside of the DevContainer as well.
mbreit and ednar289romise and vintagesucks
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood reproduction ✨This issue provides a good reproduction, we will be able to investigate it firstThis issue provides a good reproduction, we will be able to investigate it firstupstream