I am running Visual Studio Code in an air-gapped environment and wanted to pull extension from the repo.
It works fine when editing project.json but I was hoping to be able to configure the repos location using environment variables instead as this would be easier en-masse.
Are there variables that can be configured similar to the VSCODE_EXTENSIONS system variable?
I am running Visual Studio Code in an air-gapped environment and wanted to pull extension from the repo.
It works fine when editing
project.jsonbut I was hoping to be able to configure the repos location using environment variables instead as this would be easier en-masse.Are there variables that can be configured similar to the
VSCODE_EXTENSIONSsystem variable?