Does azurite support the settings section of devcontainer.json? #2551
Unanswered
ghalimoralis-ppl
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hi @ghalimoralis-ppl , Thanks for raise the question! Do you use Azurite with npm, docker or VScode extension? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i am using dev containers and i added "Azurite.azurite" to the "extensions" array which automatically installed the extension on container build. I also would like to config one setting in that extension azurite.location which set the default location for azurite files. I have tried to hard code it "azurite.location": "workspaces/main/.azurite" and i tried with some arguments "azurite.location": "/workspaces/${localWorkspaceFolder}/.azurite" but neither of them is setting azurite.location extension setting. Does azurite support the settings section of devcontainer.json?
Beta Was this translation helpful? Give feedback.
All reactions