aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0000000..096a3d0
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,17 @@
+{
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:1-18",
+ "features": {
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {}
+ },
+ "postCreateCommand": "npm install -g @devcontainers/cli",
+ "hostRequirements": {
+ "cpus": 4
+ },
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "mads-hartmann.bash-ide-vscode"
+ ]
+ }
+ }
+}