From d71789ae848232e3ea161acd301d4616f956657b Mon Sep 17 00:00:00 2001 From: Mate Pek Date: Wed, 7 Feb 2024 21:13:05 +0700 Subject: [PATCH] doc improvements --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36c834f7..9b23a53c 100644 --- a/package.json +++ b/package.json @@ -1393,7 +1393,7 @@ "minimum": 1 }, "testMate.cpp.test.parallelExecutionOfExecutableLimit": { - "markdownDescription": "Maximum number of execution of the same executable. With this config it can be allowed that one executable is running at the same time as multiple processes and those processes *'running a set of tests'* parallel. Useful if one executable has a lot of tests which can be run parallel. It won't have effect unless the `test.parallelExecutionLimit` is adjusted too. To enable this just for specific executables use the `testMate.cpp.test.advancedExecutables` -> `parallelizationLimit`. NOTE: if your **test cases** depend on the **same resource** exclusively then this **could cause a problem**.", + "markdownDescription": "Maximum number of execution of the same executable. With this config it can be allowed that one executable is running at the same time as multiple processes and those processes _'running a set of tests'_ parallel. Useful if one executable has a lot of tests which can be run parallel. It won't have effect unless the `test.parallelExecutionLimit` is adjusted too. To enable this just for specific executables use the `testMate.cpp.test.advancedExecutables` -> `parallelizationLimit`. NOTE: if your **test cases** depend on the **same resource** exclusively then this **could cause a problem**.", "scope": "resource", "type": "integer", "default": 1,