Skip to content

Commit

Permalink
docs: devcontainer launch.json setup notes (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexallmont committed Nov 20, 2024
1 parent 0cc2845 commit 82b9dd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The devcontainer automatically installs the pytest and CTest extension, so after
VSCode loads debug scenarios from `.vscode/launch.json`. However, developers frequently need to edit this file with changes that should not be committed, so instead it is stored in `.devcontainer/example_launch.json`. Manually copy this over with:

```sh
mkdir -p .vscode
cp .devcontainer/example_launch.json .vscode/launch.json
```

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ dkms.conf
# *.iml
# *.ipr

# VSCode local settings
.vscode/

# CMake
cmake-build-*/
build/
Expand Down

0 comments on commit 82b9dd1

Please sign in to comment.