farre / midas

A GDB/MI Visual Studio Code Debug Adapter
MIT License
29 stars 1 forks source link

New RR versions require restart of VSCode #170

Open theIDinside opened 11 months ago

theIDinside commented 11 months ago

When updating RR; Midas has a bug that requires VSCode to be restarted because it has sourced the $PATH of of RR.

Since RR has updated it's version from 5.6 -> 5.7, this will make Midas look for RR in the 5.6 directory (which no longer exists) until VSCode is restarted.

Fix this bug by sourcing the $PATH on every update, as the old path will not be sourced after next restart of vscode.