vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.56k stars 373 forks source link

typescript-5-5-beta减少了TS服务/编辑器的重启 #4360

Closed wlonghaha closed 1 month ago

wlonghaha commented 1 month ago

https://devblogs.microsoft.com/typescript/announcing-typescript-5-5-beta/#:~:text=on%20the%20change.-,Editor%20and%20Watch%2DMode%20Reliability%20Improvements,more%20reliable.%20That%20should%20hopefully%20translate%20to%20fewer%20TSServer/editor%20restarts.,-Correctly%20Refresh%20Editor

实测在ts5.5下使用lang='tsx'时,提示和高亮正常, 也有可能带来一些其它修复