Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.116
- OS Version: Windows 10, Ubuntu 22.04
Steps to Reproduce:
- Run the following command in the terminal:
.vscode-server/bin/*/bin/remote-cli/code --status ; echo $?
The answer is
$ .vscode-server/bin/*/bin/remote-cli/code --status 2> /dev/null ; echo $?
Command is only available in WSL or inside a Visual Studio Code terminal.
0
Which leaves literally no way to automatically find out that the command was not used correctly.
It absolutely should return a nonzero exit code.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
.vscode-server/bin/*/bin/remote-cli/code --status ; echo $?The answer is
Which leaves literally no way to automatically find out that the command was not used correctly.
It absolutely should return a nonzero exit code.