-
Notifications
You must be signed in to change notification settings - Fork 35
Env Variables for VS Code #92
-
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?
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
Replies: 2 comments
-
I believe none of our flags support environment variables at the moment (except the Artifactory flags).
Beta Was this translation helpful? Give feedback.
All reactions
-
Oh wait, do you mean environment variables to configure VS Code, not the marketplace?
They have no way other than editing the product.json
file to change the marketplace, as far as I am aware. microsoft/vscode#21839
Let me enable discussions and convert this to a discussion since if I understand correctly, it is not a feature/bug request to the marketplace itself.
Beta Was this translation helpful? Give feedback.