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
OS Version: Ubuntu 18.04 is the host machine OS. Connecting using VS Code to remote ssh session on Amazon Linux
Steps to Reproduce:
In my case, open VS Code on my Ubuntu machine
Connect to AWS Amazon Linux instance
Run debugger using launch.json
I get the 127 error message first. I hit debug anyway and then
The error on node not found pops up
Notes:
The exact error is
> Executing task: tsc -p /usr/local/src/test_deploy/tsconfig.json <
/bin/bash: tsc: command not found
The terminal process "/bin/bash '-c', 'tsc -p /usr/local/src/test_deploy/tsconfig.json'" failed to launch (exit code: 127).
Terminal will be reused by tasks, press any key to close it.
If I open a bash terminal on the remote Amazon machine and type the tsc -p /usr/local/src/test_deploy/tsconfig.json command, it works without any issues.
Steps to Reproduce:
Notes:
The exact error is
If I open a bash terminal on the remote Amazon machine and type the
tsc -p /usr/local/src/test_deploy/tsconfig.json
command, it works without any issues.Here is the npm config ls -l
Does this issue occur when all extensions are disabled?: Yes/No
Yes
The text was updated successfully, but these errors were encountered: