Set TERM_PROGRAM
#317
-
Hi, I'm trying to create some script for CodeEdit project that would only works if the terminal is running under CodeEdit app, so I thought about using |
Beta Was this translation helpful? Give feedback.
Answered by
migueldeicaza
Jul 19, 2023
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Cubik65536
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
startProcess
method inLocalProcess
takes an optionalenvironment
array that contains the values you want to pass to the child process.