diff options
| author | Niall Cooling <niallcooling@gmail.com> | 2021-02-26 08:14:30 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-08-07 17:17:38 (GMT) |
| commit | 937d3e19335758ac76607a1d75c8844b49dd3c3e (patch) | |
| tree | e85d5f77442420476d02ff888fe7f8b94068b2ae /.devcontainer/devcontainer.json | |
| parent | 382db668ed513836a52ff4fdc49b0ee7a08a1527 (diff) | |
added dos2unix to docker for Win10 and default to release build
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1740a8e..90b6ece 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,14 +17,15 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ - "ms-vscode.cpptools" + "ms-vscode.cpptools", + "ms-vscode.cmake-tools", ], // Use 'forwardPorts' to make a list of ports inside the container available locally. // "forwardPorts": [], // Use 'postCreateCommand' to run commands after the container is created. - // "postCreateCommand": "/opt/create_build_openocd.sh", + // "postCreateCommand": "bash /opt/create_build_openocd.sh", // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. // "remoteUser": "vscode" |
