You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These requests should not send to volar, I guess biome has their own LSP? Are you able to configure which server send the code action request to in vscode? If so that will solve your issue.
If not I feel it's more of a biome's issue, it should only request to their LSP.
Did a bit research *.biome means send all code action request to biome lsp, make sure your biome lsp(extension) working properly. If still having issue, definitely upstream issue either vscode or bimoe.
Vue - Official extension or vue-tsc version
2.1.6
VSCode version
1.93.0
Vue version
3.5.2
TypeScript version
5.5.4
Steps to reproduce
Saving a vue file with biome installed and configured with
if those settings are removed saving becomes extremely fast again
What is expected?
Save should not be this slow
What is actually happening?
~2 second delay for file to be saved
some warnings show up in the extension host output
Link to minimal reproduction
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: