VSCode Extension | Multiple Terminal Support #708
cleverNamesAreHard
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good evening, folks
I'm running into a rough patch with generation, and have to run many commands by hand, because I'm using WSL in VSCode on Windows. I'm co-writing a C application. I have
make
andgcc
installed in WSL, and I have the default VSCode shell set to the WSL shell. However, it appears gpt-pilot runs in Powershell, in which casemake
andgcc
are not installed.I'm wondering if long-term it would be possible for the application to be given a setting to configure the shell (from the ones installed in VSCode) used for execution. If there is another setting that would allow me to configure this, please let me know.
I'll take a look into the effort it would take to submit this via PR.
Beta Was this translation helpful? Give feedback.
All reactions