aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-21 19:28:55 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-21 19:28:55 -0500
commit3499b1c0273d1386791b509d3192ed05f8f6a7c2 (patch)
tree29b1b7ffc63d0334535d73949b4565724acb26f5 /.devcontainer/devcontainer.json
parentUpgrade 'node' to '18.0.0' to be inline with windows builds. (diff)
downloadferdium-recipes-3499b1c0273d1386791b509d3192ed05f8f6a7c2.tar.gz
ferdium-recipes-3499b1c0273d1386791b509d3192ed05f8f6a7c2.tar.zst
ferdium-recipes-3499b1c0273d1386791b509d3192ed05f8f6a7c2.zip
Use short form of command
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 6c5d932..9354444 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -20,7 +20,7 @@
20 // "forwardPorts": [], 20 // "forwardPorts": [],
21 21
22 // Use 'postCreateCommand' to run commands after the container is created. 22 // Use 'postCreateCommand' to run commands after the container is created.
23 // "postCreateCommand": "pnpm install", 23 // "postCreateCommand": "pnpm i",
24 24
25 // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. 25 // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
26 "remoteUser": "node" 26 "remoteUser": "node"