Johnson Chu
Johnson Chu
Hi @yaegassy 👋, now `@volar/preview` already renamed and move to a new repo (https://github.com/johnsoncodehk/vue-preview), and the preview features becomes a separate vscode extension. I hope the coc plugin of `@volar/preview`...
This PR tries to implement `html-language-features` with [Volar.js](https://volarjs.dev/), which is the framework used by [Vue Langauge Features](https://marketplace.visualstudio.com/items?itemName=Vue.volar) behind the scenes. Compared with the original implementation, supporting embedded documents should be...
Fixes #98
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
Redo #10290, fix #10236
## Changes - What does this change? - Be short and concise. Bullet points can help! - Before/after screenshots can be helpful as well. ## Testing ## Docs
E.g. when changing `` block, should not trigger `` virtual code re-generate.
For non-ts files, `getEditsForRefactor` will hit the following assertion. ``` Error: Debug Failure. File /.../xxx.yyy has unknown extension. ``` This is hardcoded by TS in the internal variable `extensionsToRemove`, and...
Ref: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions
#### 3.0.0-alpha.0 (2025-03-08) - Change History: https://github.com/vuejs/language-tools/compare/v2.2.8...v3.0.0-alpha.0 - VSIX: https://github.com/vuejs/language-tools/actions/runs/13729716065/artifacts/2713802936 - Insiders Edition (sponsor only): https://github.com/volarjs/insiders/releases/tag/v3.0.0-alpha.1