Skip to content

Commit f4927bf

Browse files
authored
Merge pull request #899 from PowerGridModel/feature/update-extention-testmate-settings
Update testmate settings and add data wrangler recommendation
2 parents d727032 + 6d924d5 commit f4927bf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.vscode/extensions.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ms-toolsai.jupyter-renderers",
1414
"ms-toolsai.vscode-jupyter-cell-tags",
1515
"ms-toolsai.vscode-jupyter-slideshow",
16+
"ms-toolsai.datawrangler",
1617
"ms-vscode.cmake-tools",
1718
"ms-vscode.cpptools",
1819
"ms-vscode.cpptools-extension-pack",

.vscode/settings.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@
66
"cmake.configureSettings": {
77
"POWER_GRID_MODEL_SANITIZER": 1
88
},
9-
"testMate.cpp.test.executables": "${command:cmake.buildDirectory}/bin/power_grid_model_*_tests",
9+
"testMate.cpp.test.executables": "${command:cmake.buildDirectory}/bin/power_grid_model_*_tests*",
10+
"testMate.cpp.debug.configTemplate": {
11+
"type": "cppvsdbg",
12+
"linux": { "type": "cppdbg", "MIMode": "gdb" },
13+
"darwin": { "type": "cppdbg", "MIMode": "lldb" },
14+
"win32": { "type": "cppvsdbg" },
15+
"program": "${exec}",
16+
"args": "${argsArray}",
17+
"cwd": "${cwd}",
18+
"env": "${envObj}",
19+
"environment": "${envObjArray}",
20+
"sourceFileMap": "${sourceFileMapObj}",
21+
},
1022
"doxdocgen.generic.filteredKeywords": ["PGM_API"],
1123
"doxdocgen.generic.includeTypeAtReturn": false,
1224
"python.testing.pytestArgs": [

0 commit comments

Comments
 (0)