diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-07-25 20:12:34 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-08-07 18:19:11 (GMT) |
| commit | f7643a4d828ec3c60f418b6d9a660097eb44e05e (patch) | |
| tree | d7bc7202f4f587c0350c84c98bcffdbb9c428e41 /.devcontainer/devcontainer.json | |
| parent | c0b84537b35fd358e929962a962c53e50019079e (diff) | |
Added cmake variants
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 90b6ece..223b651 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,6 +19,7 @@ "extensions": [ "ms-vscode.cpptools", "ms-vscode.cmake-tools", + "marus25.cortex-debug" ], // Use 'forwardPorts' to make a list of ports inside the container available locally. |
