Closed FeiFanLiang closed 3 months ago
Please make sure to update the extension to the latest version before opening an issue. (Currently 2.0.28)
Please make sure to update the extension to the latest version before opening an issue. (Currently 2.0.28)
I have updated to the latest version and am waiting for confirmation if this problem will occur again, btw I have tried switching multiple extension versions which did not fix this problem
It started happening on 2.0.28
. I downgraded to 2.0.26
and props are correctly loaded. Weird that in 2.0.28
started showing this problem out of nowhere, no matter if I regenerate node_modules, restart VSCode or TS server, props are not loaded.
It started happening on
2.0.28
. I downgraded to2.0.26
and props are correctly loaded. Weird that in2.0.28
started showing this problem out of nowhere, no matter if I regenerate node_modules, restart VSCode or TS server, props are not loaded.
Not sure if it's due to other extension conflicts? But I've tried to keep only the minimum extensions, some extensions are essential for development
Vue - Official extension or vue-tsc version
2.0.26
VSCode version
1.90.2
Vue version
3.4.29
TypeScript version
5.2.2
System Info
Steps to reproduce
在项目运行一段时间后,template中的组件属性提示功能就会失效,必须重启vscode才能恢复正常,尝试过安装旧版本仍然没有解决问题,vscode中安装的扩展包括unocss,vue,eslint和prettier和stylelint
What is expected?
在正常情况下
What is actually happening?
在运行一段时间后,
这个时候必须重启vscode窗口自动提示才会继续生效
Link to minimal reproduction
No response
Any additional comments?
No response