Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure TERM_PROGRAM points to a valid program
Visual Studio Code sets the $TERM_PROGRAM environment variable to `"vscode"` in its terminal pane, but doesn't support opening new panes from the command line and there is no "vscode" binary. Make sure the target binary exists before trying to launch it.
- Loading branch information