vlang/vscode-vlang

V: Show V version does not work

felixf4xu opened this issue · 1 comments

Hi,

I install the vlang extension in vscode and I tried to ctl+shift+p then V: Show V version.
I got this error:

Unable to get the version number. Is V installed correctly?

My v is installed from git and If I open an cmd window and type v version:

D:\github>v version
V 0.3.4 34163ae

My v.exe's full path is D:\github\v\v.exe
Then I tried to set the full path at the setting:
image
I'm not sure I should use D:\github\v\v.exe or D:\github\v so I tried both, it does not help to make any difference.

I'm opening a folder in vscode, and the .v file is the active open file in vscode.

after reading the commit history, it seems that this issue is fixed about a year ago (#475) but never released.

Please release a new version.