Replies: 2 comments 1 reply
-
When you say "variable", do you mean "Python variables" in the running process? As you mentioned, the common way to do this is via environment variables and/or command-line arguments. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Moved to #16990 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to suggest an option in the launch.json for adding variables at startup, which don't have to be parsed by boilerplate CLI.
The idea comes from the observation that I can add/overwrite variables in a running debug session by using the debug console. Depending on the number of variables, this quickly becomes tedious and time consuming, so I thought it would be nice to have an option to automate this.
I tried to find a method to do this via the launch.json, but it seems that there are only options to either define environment variables (env) or command line arguments (args).
Beta Was this translation helpful? Give feedback.
All reactions