diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index ed2b8e3b..60051580 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -53,6 +53,7 @@ "enabled": true, "logpanel": true }, + "testMate.cpp.test.executables": "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/**/*_tests", "python-envs.defaultEnvManager": "ms-python.python:poetry", "python-envs.defaultPackageManager": "ms-python.python:poetry" }
\ No newline at end of file |
