You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
vls crashes immediately from vscode, so I tried to get it to run it directly from terminal. I have the same issue:
git clone https://github.com/vlang/vls && cd vls
v run build.vsh gcc
cd bin
./vls
Content-Length: 195
{"jsonrpc":"2.0","method":"window/showMessage","params":{"type":1,"message":"VLS has encountered an error. The error report is saved in /home/zizaco/.cache/vls/reports/vls_report_1706990688.md"}}
I tried with gcc and clang. Both crash with the very same error message.
Expected Output
vls listening on port 5008
Actual Output
Content-Length: 195
{"jsonrpc":"2.0","method":"window/showMessage","params":{"type":1,"message":"VLS has encountered an error. The error report is saved in /home/zizaco/.cache/vls/reports/vls_report_1706990688.md"}}
exit status 1
Steps to Reproduce
Option 1
git clone https://github.com/vlang/vls && cd vls
v run build.vsh gcc # or clang
cd bin
./vls
Option 2
v ls --install
v ls
Option 3
v ls --install
cd $(VROOT)/cmd/tools
./vls
Last Recorded LSP Requests
Request
Response
The text was updated successfully, but these errors were encountered:
System Information
V doctor
VLS info
Problem Description
vls
crashes immediately from vscode, so I tried to get it to run it directly from terminal. I have the same issue:I tried with gcc and clang. Both crash with the very same error message.
Expected Output
vls listening on port 5008
Actual Output
exit status
1
Steps to Reproduce
Option 1
Option 2
Option 3
Last Recorded LSP Requests
Request
Response
The text was updated successfully, but these errors were encountered: