-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split terminal error #128277
Comments
(Experimental duplicate detection) |
I also observe the same error after recent update |
I can't reproduce this. Please provide a gif |
Hello, I'm also affected, here are some steps to reproduce. Pre-conditions:
Video: https://1drv.ms/v/s!AloPbwYP-ZZVhYEtHc8CDxXT7yU38g?e=FoI6dc |
I also have the same problem for remote workspaces with multiple folders. The first terminal can be opened without any problem, but a subsequent split terminal at the same location will result in the error message shown below. I can confirm that the folder does exist (otherwise the first terminal couldn't have been opened), and remote workspaces with only one folder do not suffer from this problem. |
#127811 is the same. Bummer no solution yet. |
@jchang10 thanks for the link, that one makes it pretty clear the is splitCwd problem is /duplicate |
Also facing this issue, I can start new terminals but they cannot be split |
More mystery to the topic: 1) if I set
|
@Melirius: this is fixed in 1.60 (currently in the Insiders Build). |
Does this issue occur when all extensions are disabled?: Yes
Windows 10 version 20H2 build 19042.1052
I'm connected with ssh into a server with installed
CentOS Linux release 7.7.1908
Steps to Reproduce:
At step 4 I get an error ''The terminal process failed to launch: Starting directory (cwd) "\home\userrname\test" does not exist''. It seems that the second terminal tries to open a folder but with the path specified with
\
instead of/
(the first split operation, step 2, works well). /home/userrname/test does exists, and it is the default location of a new terminalThe text was updated successfully, but these errors were encountered: