Skip to content

Empty or null results #79

@Renegadezz

Description

@Renegadezz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions