Update devcontainer.json with postCreateCommand

pull/222/head
Edmond 3 years ago
parent 77125bff54
commit 8db5e3cfd8
  1. 2
      .devcontainer/devcontainer.json

@ -45,7 +45,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "",
"postCreateCommand": "git submodule update --init && cargo build",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",

Loading…
Cancel
Save