Skip to content

Commit

Permalink
Fix windows terminal startup directory
Browse files Browse the repository at this point in the history
  • Loading branch information
walterlv committed Apr 15, 2024
1 parent 4a151dd commit f58cff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Native/Windows.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public void OpenTerminal(string workdir)
}

startInfo.FileName = FindWindowsTerminalApp();
startInfo.Arguments = $"-d \"{workdir}\"";
break;
default:
App.RaiseException(workdir, $"Bad shell configuration!");
Expand Down

0 comments on commit f58cff2

Please sign in to comment.