Open
Description
Vue - Official extension or vue-tsc version
Vue - Official v2.2.0, vue-tsc^2.2.0
VSCode version
1.96.3 (Universal)
Vue version
3.5.13
TypeScript version
^5.7.3
System Info
System:
OS: macOS 13.2.1
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Memory: 1.02 GB / 16.00 GB
Binaries:
Node: 18.20.4 - ~/.nvm/versions/node/v18.20.4/bin/node
npm: 10.7.0 - ~/.nvm/versions/node/v18.20.4/bin/npm
package.json dependencies
{
"dependencies": {
"@vue/reactivity": "3.5.13",
"vue": "3.5.13"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/vue": "^4.5.3",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.10.5",
"astro": "^4.16.18",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vue-tsc": "^2.2.0"
},
}
Steps to reproduce
在 *.vue 文件中保存代码,经常提示这个,而且一直这样不停止,
但是可以点击跳过后,然后重启 vs code 就好了。
What is expected?
保存代码应该更快速
What is actually happening?
Link to minimal reproduction
No response
Any additional comments?
No response