Before submitting your bug report
Relevant environment info
- OS: Linux
- Continue version: 1.2.22
- IDE version: VSCode 1.105.1
- Model: Azure OpenAI
Description
When Continue runs a terminal command, it hardcodes the -l (login shell) flag for all Unix shells.
However, tcsh and csh do not support -l as a flag, causing every terminal command to fail immediately.
To reproduce
- Have $SHELL set to /bin/tcsh
- Open VS Code with Continue installed
- Ask Continue to run any basic command e.g. pwd, ls -a, echo hello
Log output
Unknown option: `-l'
Usage: tcsh [ -bcdefilmnqstvVxX ] [ argument ... ].
Command failed with exit code 1
Before submitting your bug report
Relevant environment info
Description
When Continue runs a terminal command, it hardcodes the
-l(login shell) flag for all Unix shells.However,
tcshandcshdo not support-las a flag, causing every terminal command to fail immediately.To reproduce
Log output