You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: