Skip to content

Commit

Permalink
Add devcontainer config
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpepek committed Mar 27, 2023
1 parent 07e1bed commit 197bc43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"image": "cpptest:latest",
"runArgs": [ "--rm" ],
"customizations": {
"vscode": {
"extensions": ["parasoft.vscode-cpptest"]
}
}
}
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"cpptest.compilerIdentifier": "gcc_10-64",
"cpptest.commandLinePattern": "docker run --rm -v ${workspaceFolder}:${workspaceFolder} -w ${workspaceFolder} cpptest:latest cpptestcli ${stopFile} ${compilerConfig} ${testConfig} ${reportDir} ${selectedFiles} -module . -trace make clean all"
}

0 comments on commit 197bc43

Please sign in to comment.