Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0cb352e

Browse files
committed
Update devcontainer with tooling for interacting with Azurite
1 parent 81e2f37 commit 0cb352e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"EditorConfig.EditorConfig",
5454
"humao.rest-client",
5555
"ms-azuretools.vscode-docker",
56-
"ms-vscode-remote.remote-containers"
56+
"ms-vscode-remote.remote-containers",
57+
"Azurite.azurite"
5758
]
5859
}
5960
}

.devcontainer/install-tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ apt-get update &&
88
export DEBIAN_FRONTEND=noninteractive &&
99
apt-get -y install --no-install-recommends \
1010
poppler-utils \
11-
azure-functions-core-tools-4
11+
azure-functions-core-tools-4 \
12+
libsecret-1-0

.vscode/extensions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"EditorConfig.EditorConfig",
99
"humao.rest-client",
1010
"ms-azuretools.vscode-docker",
11-
"ms-vscode-remote.remote-containers"
11+
"ms-vscode-remote.remote-containers",
12+
"Azurite.azurite"
1213
]
13-
}
14+
}

0 commit comments

Comments
 (0)