Skip to content

Commit

Permalink
Merge branch 'main' into feature/fix_gatt_complete_event
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsantosphilips committed Jul 19, 2023
2 parents f4ec0b6 + a4a6a9b commit 0510ad6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.231.6/containers/cpp
{
"name": "C++",
"image": "ghcr.io/philips-software/amp-devcontainer@sha256:a6e3e72d23ad998339495c2c4e921155cda3bdd3554f1350b55fe7501a1136e9", //v2.5.0
"runArgs": [
"--cap-add=SYS_PTRACE",
"--security-opt",
"seccomp=unconfined"
],
// Add the IDs of extensions you want installed when the container is created.
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"marus25.cortex-debug",
"mcu-debug.debug-tracker-vscode",
"matepek.vscode-catch2-test-adapter",
"ms-vscode.cmake-tools",
"llvm-vs-code-extensions.vscode-clangd",
"SonarSource.sonarlint-vscode"
]
}
}
}

0 comments on commit 0510ad6

Please sign in to comment.