vlang / vscode-vlang

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

V: Show V version does not work #529

Closed felixf4xu closed 1 year ago

felixf4xu commented 1 year ago

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.

felixf4xu commented 1 year ago

after reading the commit history, it seems that this issue is fixed about a year ago (https://github.com/vlang/vscode-vlang/pull/475) but never released.

Please release a new version.