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
I have tried both values of the remote.SSH.useLocalServer setting
Connect Locally
It connects successfully
->
I can connect via SSH from a Windows 11 host, I can launch the application with integratedTerminal. I can attach an application running on the remote computer (macOS) to the debugger. I just can't launch an application with externalTerminal.
Sometimes gives this error:
Sometimes gives this error:
Unable to launch debugger worker process (vsdbg) through the terminal. osascript: /Users/user/.vscode-server/cli/servers/Stable-f1e16e1e6214d7c44d078b1f0607b2388f29d729/server/out/vs/workbench/contrib/externalTerminal/node/TerminalHelper.scpt: No such file or directory
I don't have the externalTerminal folder but only the terminal folder on the remote computer (macos).
Using the vscode terminal I can open Terminal.app with the following command line.
open -n /System/Applications/Utilities/Terminal.app
From what I think it's not a permissions issue.
With vscode installed on the remote computer (macOS) it opens the terminal but as it is installed in a virtual machine it becomes slow, so I prefer to use vscode installed on the host because it runs faster.
The fact that I prefer to use Terminal.app is because the application uses keybindings that conflict with vscode. With the external terminal there is never this conflict.
Expected Behavior
Terminal.app should open if externalTerminal is configured.
Steps To Reproduce
Open vscode on Windows 11 and connect to remote computer running macOS operating system.
Open a folder where you have created a console app in C# where the launch.json configuration has "console": "externalTerminal".
Run the app.
Terminal.app should open on the remote computer.
You will see the errors described above.
Remote-SSH Log
I can connect through SSH. The problem is that the path "/Users/user/.vscode-server/cli/servers/Stable-f1e16e1e6214d7c44d078b1f0607b2388f29d729/server/out/vs/workbench/contrib/externalTerminal/node/TerminalHelper.scpt" does not exist.
Anything else?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
connor4312
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
and removed
ssh
labels
Dec 18, 2024
Is there an existing issue for this bug?
Required Troubleshooting Steps
remote.SSH.useLocalServer
settingConnect Locally
It connects successfully
->
I can connect via SSH from a
Windows 11
host, I can launch the application withintegratedTerminal
. I can attach an application running on the remote computer (macOS) to the debugger. I just can't launch an application withexternalTerminal
.Sometimes gives this error:
Sometimes gives this error:
Unable to launch debugger worker process (vsdbg) through the terminal. osascript: /Users/user/.vscode-server/cli/servers/Stable-f1e16e1e6214d7c44d078b1f0607b2388f29d729/server/out/vs/workbench/contrib/externalTerminal/node/TerminalHelper.scpt: No such file or directory
I don't have the
externalTerminal
folder but only theterminal
folder on the remote computer (macos).Using the vscode terminal I can open Terminal.app with the following command line.
open -n /System/Applications/Utilities/Terminal.app
From what I think it's not a permissions issue.
With vscode installed on the remote computer (macOS) it opens the terminal but as it is installed in a virtual machine it becomes slow, so I prefer to use vscode installed on the host because it runs faster.
The fact that I prefer to use Terminal.app is because the application uses keybindings that conflict with vscode. With the external terminal there is never this conflict.
Expected Behavior
Terminal.app should open if
externalTerminal
is configured.Steps To Reproduce
launch.json
configuration has"console": "externalTerminal"
.Terminal.app
should open on the remote computer.Remote-SSH Log
I can connect through SSH. The problem is that the path "
/Users/user/.vscode-server/cli/servers/Stable-f1e16e1e6214d7c44d078b1f0607b2388f29d729/server/out/vs/workbench/contrib/externalTerminal/node/TerminalHelper.scpt
" does not exist.Anything else?
Thanks for your help.
The text was updated successfully, but these errors were encountered: