Steps to Reproduce:
terminal.external.windowsExec to wtA new instance of Windows Terminal opens, but with the default directory, instead of ${workspaceFolder}.
Windows Terminal Preview 0.9 recently released, allowing a starting directory to be specified with -d <starting dir>.
Possible solutions?:
cmder (https://github.com/microsoft/vscode/blob/997e4eaf740bb4310fea160f06de2c6256f12f7d/src/vs/workbench/contrib/externalTerminal/node/externalTerminalService.ts#L85-L91)
Does this issue occur when all extensions are disabled?: Yes
Will be fixed by #90773, my first pr for VsCode cheers :)
Does anyone know if the change in #90773 is going to be merged? I'd love to see this issue resolved, as it's the only thing that's preventing me from fully switching over from ConEmu to Windows Terminal.
What about linux? Mine doesn't open in the opened project directory either, and I can't pass arguments to the "terminal.external.linuxExec" setting option. For example, with Konsole I would only need to add --workdir ${workspaceFolder} as an argument.
@Sleepful this issue's about Windows Terminal, if there is a popular terminal (like Konsole) that doesn't work we can open a new issue and open it to PRs. Here's the relevant code:
Most helpful comment
Will be fixed by #90773, my first pr for VsCode cheers :)