From bbc3993a3e16ba9dfef7149af18436e0e400364f Mon Sep 17 00:00:00 2001 From: Mate Pek Date: Wed, 10 Jan 2024 10:16:03 +0700 Subject: [PATCH] various improvements --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30c93afd..076c2803 100644 --- a/package.json +++ b/package.json @@ -1495,7 +1495,7 @@ ] }, "testMate.cpp.debug.breakOnFailure": { - "markdownDescription": "Debugger breaks on failure while debugging the test. Catch2: [--break](https://github.com/catchorg/Catch2/blob/master/docs/command-line.md#breaking-into-the-debugger); Google Test: [--gtest_break_on_failure](https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#turning-assertion-failures-into-break-points); Doctest: [--no-breaks](https://github.com/onqtam/doctest/blob/master/doc/markdown/commandline.md)", + "markdownDescription": "Debugger breaks on failure while debugging the test. Catch2: [--break](https://github.com/catchorg/Catch2/blob/master/docs/command-line.md#breaking-into-the-debugger); Google Test: [--gtest_break_on_failure](https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#turning-assertion-failures-into-break-points); Doctest: [--no-breaks](https://github.com/doctest/doctest/blob/master/doc/markdown/commandline.md)", "scope": "resource", "type": "boolean", "default": true