vscode-restclient
vscode-restclient copied to clipboard
Where do processEnv variables need to be defined?
When using processEnv variables such as Authorization: {{$processEnv PRODSECRET}} where does the PRODSECRET environment variable need to be defined?
For example it seems like # 1 is the only way that works:
- In
~/.bashrc:
export PRODSECRET=abcd
- In terminal before running VSCode:
export PRODSECRET=abcd
vscode
- In VSCode terminal:
export PRODSECRET=abcd
Related: https://github.com/Huachao/vscode-restclient/issues/377
Any update on getting this fixed? would be awesome if I didn't have to redefine variables that are already set
in! i was hoping there was a way to pull the system environment variable but I cant get it to work.
This feature still does not work. One can not create a fully working shared workspace without this feature.