aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2021-05-11 08:06:16 +0000
committerGitHub <noreply@github.com>2021-05-11 08:06:16 +0000
commit7a6425544cd952af3a24e24ead030ae2a41feb7a (patch)
tree4c7f49eec360d530a5fe3c6adc22828d22da0d25 /.devcontainer/devcontainer.json
parentMerge pull request #3595 from processone/codespaces (diff)
Remove file syntax deprecation
Diffstat (limited to '')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 974bced7b..ce4845faf 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -11,7 +11,7 @@
// Set *default* container specific settings.json values on container create.
"settings": {
- "terminal.integrated.shell.linux": "/bin/zsh",
+ "terminal.integrated.defaultProfile.linux": "/bin/zsh",
},
// Add the IDs of extensions you want installed when the container is created.