Closed lebrice closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.16%. Comparing base (
9b4a7cd
) to head (029e9b2
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When a user launches
mila code
from WSL, it should end up runningpowershell.exe code (...)
, otherwise the vscode window opens a local file (that doesn't exist) instead of opening on the remote.This fixes a bug whereby the
running_inside_WSL
function wasn't being called anymore inmila code
.Signed-off-by: Fabrice Normandin normandf@mila.quebec