zigtools / zls-vscode

Deprecated, please use https://github.com/ziglang/vscode-zig
https://github.com/ziglang/vscode-zig
MIT License
85 stars 15 forks source link

Could not start language server command 'zls.start' not found #16

Closed creikey closed 2 years ago

creikey commented 3 years ago

When I try to start the language server from vscode I get an error that says:

Command 'Zig Language Server: Start Zig Language Server' resulted in an error (command 'zls.start' not found)

Diegovsky commented 3 years ago

What version are you using?

thatcosmonaut commented 3 years ago

Can confirm this is an issue on extension versions past 1.0.1

Diegovsky commented 3 years ago

can confirm happening in 1.0.4

aliak00 commented 3 years ago

Also with 0.1.8

SuperAuguste commented 2 years ago

Occurs when the server exits before registering commands (e.g. the provided zls executable path is invalid); fix on its way