getgauge / gauge-vscode

A Visual Studio Code plug-in for Gauge
https://gauge.org
MIT License
49 stars 18 forks source link

Gauge extension loses executable on vsCode version 1_92 #989

Open spll19 opened 1 month ago

spll19 commented 1 month ago

Type: Bug

Good day! after update vsCode to version of https://code.visualstudio.com/updates/v1_92

gauge extension shows error like "vscode gauge executable not found" and user loses an option of starting spec or scenario

this message is written from version https://code.visualstudio.com/updates/v1_91 windows 11 system (executable works fine)

Best regards!

Extension version: 0.1.6 VS Code version: Code 1.91.1 (f1e16e1e6214d7c44d078b1f0607b2388f29d729, 2024-07-09T22:06:49.809Z) OS version: Windows_NT x64 10.0.22621 Modes:

Zoupers commented 1 month ago

The official release doc https://code.visualstudio.com/updates/v1_92#_electron-30-update might help.

chadlwilson commented 1 month ago

Thanks @Zoupers - that seems likely to be the problem here.

Zoupers commented 1 month ago

@chadlwilson I have created a pr https://github.com/getgauge/gauge-vscode/pull/990 to solve it and tested it on my local machine. Could you please help review it?

Tochemey commented 1 month ago

Hello, please how long will this fix take to be in the next release?

chadlwilson commented 1 month ago

Not sure.

If you have a problem you can likely workaround it by installing gauge from zip or installer rather than npm package.

usernamedd commented 1 week ago

I have installed gauge by installer on windows 10 , the vscode version is 1.92.2 ,details are below :

Version: 1.92.2 (user setup) Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 Date: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.19045

I run into the same issue . even installing guage from installer not workaround it.

usernamedd commented 1 week ago

OK restarting the vscode resolved the issue