You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the other folder.
2. Open it in Visual Studio Code on Windows
3. Terminal \ New Terminal, select 'scripts'
4. Observe error:
The terminal process failed to launch: Starting directory (cwd) "\D:\sources\app" does not exist.
5. Terminal \ New Terminal, select 'other'
6. Observe error
The terminal process failed to launch: Starting directory (cwd) "\D:\sources\app" does not exist.
Actual behavior: spawning of terminal does not work for workspaces with folders. Relative paths support became broken.
Expected behavior: terminal opens normally with proper folder.
Relative paths support became broken is a regression caused by PR that fixed issue #136099
The text was updated successfully, but these errors were encountered:
drweb86
changed the title
Spawning new terminal does not work for workspace with folders
Spawning new terminal does not work for workspace with folders and "terminal.integrated.cwd": "${workspaceFolder}"
Dec 28, 2021
Uh oh!
There was an error while loading. Please reload this page.
Does this issue occur when all extensions are disabled?: Yes
Version: 1.64.0-insider (user setup)
Commit: 7b9e5c3
Date: 2021-12-22T05:15:28.225Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.19044
Steps to Reproduce:
Create the other folder.
2. Open it in Visual Studio Code on Windows
3. Terminal \ New Terminal, select 'scripts'
4. Observe error:
The terminal process failed to launch: Starting directory (cwd) "\D:\sources\app" does not exist.
5. Terminal \ New Terminal, select 'other'
6. Observe error
The terminal process failed to launch: Starting directory (cwd) "\D:\sources\app" does not exist.
Actual behavior: spawning of terminal does not work for workspaces with folders. Relative paths support became broken.
Expected behavior: terminal opens normally with proper folder.
Relative paths support became broken is a regression caused by PR that fixed issue
#136099
The text was updated successfully, but these errors were encountered: