Skip to content

VLS not working on Windows #543

@Nikutsuki

Description

@Nikutsuki
running v.exe line info!
cmd=v -check -json-errors -nocolor -vls-mode -line-info "C:\Users\nikut\AppData\Local\Temp/main.v:6:15" C:\Users\nikut\AppData\Local\Temp/main.v
RUN RES os.Result{
    exit_code: 0
    output: ''
}
js=
failed to parse json failed to decode JSON string
var_ac=JsonVarAC{
    details: []
}
SEND: Content-Length: 36

{"id":2,"result":[],"jsonrpc":"2.0"}

I get this error from the language server when trying to autocomplete this code:

module main

import os

fn main() {
	entries := os.
}

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