Skip to content

Commit 3c7c555

Browse files
authored
Merge pull request #73 from walterlv/master
Fix windows terminal startup directory
2 parents 4a151dd + f58cff2 commit 3c7c555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Native/Windows.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ public void OpenTerminal(string workdir)
161161
}
162162

163163
startInfo.FileName = FindWindowsTerminalApp();
164+
startInfo.Arguments = $"-d \"{workdir}\"";
164165
break;
165166
default:
166167
App.RaiseException(workdir, $"Bad shell configuration!");

0 commit comments

Comments
 (0)