-
Notifications
You must be signed in to change notification settings - Fork 54
VLS not working on Windows #543
Copy link
Copy link
Open
Description
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.
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels