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
Describe the bug
If you try running
v ls install
, the URL used isvlang/vls
instead ofvlang/v-analyzer
.Reproduction Steps
v ls install
Expected Behavior
v ls install
installsv-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.
Huly®: V_0.6-21204