~aleteoryx/muditaos

8f10062943c56c47580a51f33dde0f7eabd88fde — Alek Rudnik 4 years ago df839f7
[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",
}