vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.8k stars 2.17k forks source link

`v ls install` still tries to install `vls` instead of `v-analyzer` #22757

Open JalonSolov opened 1 week ago

JalonSolov commented 1 week ago

Describe the bug

If you try running v ls install, the URL used is vlang/vls instead of vlang/v-analyzer.

Reproduction Steps

v ls install

Expected Behavior

v ls install installs v-analyzer

Current Behavior

Doesn't work.

Possible Solution

No response

Additional Information/Context

No response

V version

https://github.com/vlang/v-analyzer

Environment details (OS name and version, etc.)

Doesn't matter.

[!NOTE] You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.

Huly®: V_0.6-21204

Delta456 commented 3 days ago

I feel we should deprecate this command and let people install their own choice of language server.