Skip to content

Commit

Permalink
Install ms-vscode.cpptools in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpepek committed Oct 6, 2024
1 parent b83d670 commit 6fa2c1f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"image": "cpptest-ct-std:latest",
"runArgs": [ "--rm" ]
// "customizations": {
// "vscode": {
// "extensions": ["parasoft.vscode-cpptest"]
// }
// }
"runArgs": [ "--rm" ],
"customizations": {
"vscode": {
"extensions": ["ms-vscode.cpptools"]
}
}
}

0 comments on commit 6fa2c1f

Please sign in to comment.