diff options
| author | Niall Cooling <niallcooling@gmail.com> | 2021-02-25 17:49:40 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-08-07 17:17:38 (GMT) |
| commit | 382db668ed513836a52ff4fdc49b0ee7a08a1527 (patch) | |
| tree | 7e00ba9ffc2152065692a93b2f4fdf44ffa3ea92 /.devcontainer/devcontainer.json | |
| parent | 273a94f298cc96a1415499d00559fed3a741af71 (diff) | |
macOS and Win10 dockerfile
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fb81d28..1740a8e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -24,7 +24,7 @@ // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "gcc -v", + // "postCreateCommand": "/opt/create_build_openocd.sh", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. // "remoteUser": "vscode" |
