We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cd18ec + 51d6d24 commit 129da34Copy full SHA for 129da34
.vscode/settings.json
@@ -5,6 +5,7 @@
5
"cmake.buildDirectory": "${workspaceFolder}/cpp_build_${buildType}",
6
"C_Cpp.autoAddFileAssociations": false,
7
"cmake.configureOnOpen": true,
8
+ "cmake.generator": "Ninja",
9
"testMate.cpp.test.executables": "cpp_build_${command:cmake.buildType}/tests/cpp_unit_tests/power_grid_model_unit_tests",
10
"python.testing.pytestArgs": [
11
"tests",
0 commit comments