Skip to content

Commit

Permalink
update devcontainer file, add vscode plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
QuangHaiNguyen committed Mar 14, 2024
1 parent 6a1844a commit c490e4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
"context": "..",
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
"dockerfile": "../dockerfile"
},
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.cpptools-themes",
"ms-vscode.cmake-tools"
]
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit c490e4b

Please sign in to comment.