aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 54d7c459b..10c2fb733 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -16,9 +16,7 @@
16 }, 16 },
17 17
18 // Add the IDs of extensions you want installed when the container is created. 18 // Add the IDs of extensions you want installed when the container is created.
19 "extensions": [ 19 "extensions": ["dbaeumer.vscode-eslint"],
20 "dbaeumer.vscode-eslint"
21 ],
22 20
23 // Use 'forwardPorts' to make a list of ports inside the container available locally. 21 // Use 'forwardPorts' to make a list of ports inside the container available locally.
24 // "forwardPorts": [], 22 // "forwardPorts": [],