Skip to content

Commit 031c798

Browse files
committed
Replace docker extension with container extension
1 parent 8d03145 commit 031c798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mhutchie.git-graph",
2929
"mikestead.dotenv",
3030
"monosans.djlint",
31-
"ms-azuretools.vscode-docker",
31+
"ms-azuretools.vscode-containers",
3232
"ms-pyright.pyright",
3333
"ms-python.python",
3434
"streetsidesoftware.code-spell-checker",

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"mhutchie.git-graph",
1313
"mikestead.dotenv",
1414
"monosans.djlint",
15-
"ms-azuretools.vscode-docker",
15+
"ms-azuretools.vscode-containers",
1616
"ms-pyright.pyright",
1717
"ms-python.python",
1818
"streetsidesoftware.code-spell-checker",

0 commit comments

Comments
 (0)