env settings
Last updated
Was this helpful?
Last updated
Was this helpful?
Allow adding environment variables in VSCode-Anywhere.
A simple example, in the file to ask to add some variables in the file in python3
module :
PATH
variable is a specific variable that appends in this case/mypath/bin
to the PATH
variable. Other variables will be replaced. PYTHONPATH
will be set to /mypythonpath/lib
.