-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Extension versions: v0.2.9
OS: Ubunut 24.04
Memory: 64gb
After a while where the vue language server wouldn't start, then It finally did, but when hovering variables or ctrl clicking stuff the LSP logs just shows empty or null results
// Send:
{"jsonrpc":"2.0","id":82,"method":"textDocument/hover","params":{"textDocument":{"uri":"file:///home/msk/Desktop/git/lab/some_application/src-frontend/client/src/components/user/UserSettings.vue"},"position":{"line":471,"character":77}}}
// Receive:
{"jsonrpc":"2.0","id":82,"result":null}
// Send:
{"jsonrpc":"2.0","id":83,"method":"textDocument/hover","params":{"textDocument":{"uri":"file:///home/msk/Desktop/git/lab/some_application/src-frontend/client/src/components/user/UserSettings.vue"},"position":{"line":471,"character":76}}}
// Receive:
{"jsonrpc":"2.0","id":83,"result":null}
I tried restarting the language server in Zed but it ends with the same result.
Downgrading to version v0.2.8 fixes the issue for a few days.
Oskar-Nilsen-Roos and fsavoure-lcOskar-Nilsen-Roos
Metadata
Metadata
Assignees
Labels
No labels