vls
vls copied to clipboard
not work on VSCode
System Information
V doctor
OS: windows, Microsoft Windows 10 Pro v19044 64-bit
Processor: 4 cpus, 64bit, little endian, Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz
CC version: cc (Rev3, Built by MSYS2 project) 12.1.0
getwd: C:\Users\mlap\Downloads
vmodules: C:\Users\mlap\.vmodules
vroot: C:\msys64\home\mlap\v
vexe: C:\msys64\home\mlap\v\v.exe
vexe mtime: 2022-08-06 05:06:05
is vroot writable: true
is vmodules writable: true
V full version: V 0.3.0 372857c.095f4bc
Git version: git version 2.27.0.windows.1
Git vroot status: weekly.2022.31-19-g095f4bcf (18 commit(s) behind V master)
.git/config present: true
thirdparty/tcc status: thirdparty-windows-amd64 125e21e2
VLS info
Paste the output of 'vls --version' here
(vls was installed with:
v ls --install
so:
C:\Users\mlap\.vls\bin\vls_windows_x64 --version
vls version 0.0.1.f890f35
Problem Description
I open simple v example: a.v file in VSCode:
module main
fn main() {
mut x_p := 4
x_p = 10
println(x_p)
}
V plugin is installed and when try to run the vls - failed - see log:
Last Recorded LSP Requests
Similar failure result was achieved with Sublime Text ecosystem.