Skip to content

Commit

Permalink
CA-118 add dev container configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
haenlonns committed May 4, 2024
1 parent e98f87b commit 499fc31
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Caitlyn MCRT",
"image": "connortbot/caitlyn-mcrt:base-v0.2.1",
"mounts": ["source=${localWorkspaceFolder},target=/app,type=bind"],
"workspaceFolder": "/app",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools"
]
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
}
}
}
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@

# CMake Build Directory
build/
.vscode/settings.json
.vscode/settings.json

# Allow devcontainer.json
!devcontainer.json

0 comments on commit 499fc31

Please sign in to comment.