Open klyuk88 opened 7 months ago
Hey @klyuk88 - I'm not a vue
dev, should the code actions here be the same ones as delivered by the ts
/js
languge server (tsserver
)?
Yes, for example in nvim, webstorm, vscode Code Actions works in vue files as well as in ts files.
This feels related/similar to #10786. Basically the code actions (or even code formatted) stop working randomly, it happens quite often in TS/JS, where we often need an extra LSP like Vue, Biome, etc. So far it never really happened for Rust or Python development, so I guess it's most likely a multi-LSPs problem.
Check for existing issues
Describe the bug / provide steps to reproduce it
After clicking on Code Actions in the Vue files, nothing happens. This works only in TS files.
Environment
Zed Preview 0.130.1 Vue 3 + Vite project
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.No response