[EGD-6836] Fix VSC TestMate configuration Added proper path for the plugin.
1 files changed, 2 insertions(+), 1 deletions(-) M .vscode/settings.json
M .vscode/settings.json => .vscode/settings.json +2 -1
@@ 4,7 4,7 @@ "cmake.configureSettings": { "COLOR_OUTPUT": "OFF" }, "testMate.cpp.test.executables": "build-linux-Debug/{googletest,catch2}-*", "testMate.cpp.test.executables": "build-purephone-linux-Debug/{googletest,catch2}-*", "files.associations": { "*.inc": "cpp", "*.tcc": "cpp", @@ 90,4 90,5 @@ "util": "cpp", "filesystem": "cpp" }, "favorites.sortDirection": "ASC", }