vlang / vscode-vlang

V Language extension for Visual Studio Code.
MIT License
386 stars 52 forks source link

WIN10 module in .vmodule not found #536

Closed osascruz closed 10 months ago

osascruz commented 11 months ago

PROBLEMS says "Module xxx.yyy not found" ( xxxx.yyyy is format reference to github) module is installed %USERPROFILE%/.vmodule/xxxx/yyyy

How to add a PATH to vscode-vlang ? how to fix this ?

thank you very much !

ttytm commented 10 months ago

There is a new extension with extended features that is recommended for V development in VS Code, it is called v-analyzer.

This is the repo: https://github.com/v-analyzer/v-analyzer You can also find it via the marketplace (when searching the extensions): https://marketplace.visualstudio.com/items?itemName=VOSCA.vscode-v-analyzer

osascruz commented 10 months ago

thank you very much !!!