From 8737b898fc1a68a572c7cb21fe9a9db74e620faa Mon Sep 17 00:00:00 2001 From: Mate Pek Date: Wed, 7 Feb 2024 20:57:28 +0700 Subject: [PATCH] doc improvements --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 67b0a1f6..d8b25a52 100644 --- a/package.json +++ b/package.json @@ -1386,7 +1386,7 @@ "minimum": -1 }, "testMate.cpp.test.parallelExecutionLimit": { - "markdownDescription": "Maximum parallel run of tasks. Tasks are *'running a set of tests'*, *'test executable discovery'* and *'reload of the executable's test list'*. NOTE: If your executables depend on the **same resource** exclusively then this **could cause a problem**. ", + "markdownDescription": "Maximum parallel run of tasks. Tasks are _'running a set of tests'_, _'test executable discovery'_ and _'reload of the executable's test list'_. NOTE: If your executables depend on the **same resource** exclusively then this **could cause a problem**. ", "scope": "resource", "type": "integer", "default": 1,