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
Check playground reproduction and hover over a variable (eg. page). See that nothing is happening. No Tooltip with type info and no intellisense for the whole component. Also, syntax highlighting is not working correctly either.
Vue - Official extension or vue-tsc version
2.1.6
VSCode version
1.93.0
Vue version
3.4.27
TypeScript version
5.4.5
System Info
package.json dependencies
No response
Steps to reproduce
Check playground reproduction and hover over a variable (eg.
page
). See that nothing is happening. No Tooltip with type info and no intellisense for the whole component. Also, syntax highlighting is not working correctly either.https://play.vuejs.org/#eNp9Ub1OwzAQfhXrlixtOsAU0kqAOsAACNgwQ0gvwW1iW7YTgqK8O2eb/gxVt9z3d9/FI9xqnfYdQga5w1Y3hcMVl4zl2uBqHJkuamTTlC/8vCdYP6+UWXIQ5GFCBlXqB8uBZTv8/edo6udKliEqiI9R+eJkIY22NEI7ZtF1mpBSSevi+iUb/eaQn7GPpFIqmbHkqzDJ54zL6caHRTsZYQbOkrsSdbq1StJpwc6hVK0WDZpn7QSlc8hisOeKplE/jwFzpkOKjXj5jeXuDL61g8c4vBi0aHrkcOBcYWp0kV6/PeFA3weyVZuuIfUF8hWtajrfMcruOrmh2ie60Pah1co4Iet3ux4cSrs/yhf1yinoOdD73l84/Vj3Kr0OPvqnMP0BVDqywg==
Remove the
v-once
inside the v-for loop and notice that now all mentioned problems are gone.Placing a
v-once
on a single element (no v-for) works as expected.So, it is only a problem when inside a v-for loop.
What is expected?
see text above
What is actually happening?
see text above
Link to minimal reproduction
https://play.vuejs.org/#eNp9Ub1OwzAQfhXrlixtOsAU0kqAOsAACNgwQ0gvwW1iW7YTgqK8O2eb/gxVt9z3d9/FI9xqnfYdQga5w1Y3hcMVl4zl2uBqHJkuamTTlC/8vCdYP6+UWXIQ5GFCBlXqB8uBZTv8/edo6udKliEqiI9R+eJkIY22NEI7ZtF1mpBSSevi+iUb/eaQn7GPpFIqmbHkqzDJ54zL6caHRTsZYQbOkrsSdbq1StJpwc6hVK0WDZpn7QSlc8hisOeKplE/jwFzpkOKjXj5jeXuDL61g8c4vBi0aHrkcOBcYWp0kV6/PeFA3weyVZuuIfUF8hWtajrfMcruOrmh2ie60Pah1co4Iet3ux4cSrs/yhf1yinoOdD73l84/Vj3Kr0OPvqnMP0BVDqywg==
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: