Skip to content

Commit

Permalink
Merge pull request #899 from PowerGridModel/feature/update-extention-…
Browse files Browse the repository at this point in the history
…testmate-settings

Update testmate settings and add data wrangler recommendation
  • Loading branch information
nitbharambe authored Feb 17, 2025
2 parents d727032 + 6d924d5 commit f4927bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"ms-toolsai.jupyter-renderers",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.vscode-jupyter-slideshow",
"ms-toolsai.datawrangler",
"ms-vscode.cmake-tools",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
Expand Down
14 changes: 13 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,19 @@
"cmake.configureSettings": {
"POWER_GRID_MODEL_SANITIZER": 1
},
"testMate.cpp.test.executables": "${command:cmake.buildDirectory}/bin/power_grid_model_*_tests",
"testMate.cpp.test.executables": "${command:cmake.buildDirectory}/bin/power_grid_model_*_tests*",
"testMate.cpp.debug.configTemplate": {
"type": "cppvsdbg",
"linux": { "type": "cppdbg", "MIMode": "gdb" },
"darwin": { "type": "cppdbg", "MIMode": "lldb" },
"win32": { "type": "cppvsdbg" },
"program": "${exec}",
"args": "${argsArray}",
"cwd": "${cwd}",
"env": "${envObj}",
"environment": "${envObjArray}",
"sourceFileMap": "${sourceFileMapObj}",
},
"doxdocgen.generic.filteredKeywords": ["PGM_API"],
"doxdocgen.generic.includeTypeAtReturn": false,
"python.testing.pytestArgs": [
Expand Down

0 comments on commit f4927bf

Please sign in to comment.