|
1 | 1 | { |
2 | | - "unittestbot.deployment.utbotHost.description": "UTBot Server host address. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#utbot-host)", |
3 | | - "unittestbot.deployment.utbotPort.description": "UTBot Server port. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#utbot-port)", |
4 | | - "unittestbot.deployment.remotePath.description": "Remote path configuration specifies the path to the project on a remote host. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#remote-path)", |
5 | | - "unittestbot.paths.buildDirectory.description": "Relative path to build directory with compile_commands.json and/or coverage.json. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#build-directory)", |
6 | | - "unittestbot.paths.cmakeOptions.description": "Options passed to CMake command. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#cmake-options)", |
7 | | - "unittestbot.paths.testsDirectory.description": "Relative path to directory in which tests will be generated. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#tests-directory)", |
8 | | - "unittestbot.paths.sourceDirectories.description": "Relative paths to directories, that are marked as source directories. Please, prefer using UTBot Explorer View instead of raw settings. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#source-directories)", |
9 | | - "unittestbot.testsGeneration.applyHuawei'sFiveStepRuleStandard.description": "If set to true, tests will be formatted according to the Corporate Standarts. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#apply-huaweis-five-step-rule-standard)", |
10 | | - "unittestbot.testsGeneration.generateForStaticFunctions.description": "True, if you want UTBot to generate tests for static functions. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#generate-for-static-functions)", |
11 | | - "unittestbot.visual.showTestResults.description": "True, if you want UTBot to display whether test passed/failed. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#show-test-results)", |
12 | | - "unittestbot.stubs.useStubs.description": "True, if you want UTBot to use generated stubs from <testsDir>/stubs folder instead real files. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#use-stubs)", |
13 | | - "unittestbot.advanced.enableDeveloperMode.description": "Enables hidden commands for debug. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#enable-developer-mode)", |
14 | | - "unittestbot.advanced.timeoutPerFunction.description": "Maximum time (in seconds) alloted for generation tests per function. Set to non-positive number to disable it. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#timeout-per-function)", |
15 | | - "unittestbot.advanced.timeoutPerTest.description": "Maximum time (in seconds) alloted for a single test run. Set to non-positive number to disable it. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#timeout-per-test)", |
16 | | - "unittestbot.advanced.useDeterministicSearcher.description": "Use deterministic searcher to traverse bitcode in the same way every time. It may significantly slow down generation. [Learn more](http://utbot.inhuawei.com/docs/cpp/usage/vscode-extension-settings#use-deterministic-searcher)", |
| 2 | + "unittestbot.deployment.utbotHost.description": "UTBot Server host address. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#deployment)", |
| 3 | + "unittestbot.deployment.utbotPort.description": "UTBot Server port. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#utbot-port)", |
| 4 | + "unittestbot.deployment.remotePath.description": "Remote path configuration specifies the path to the project on a remote host. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#remote-path)", |
| 5 | + "unittestbot.paths.buildDirectory.description": "Relative path to build directory with compile_commands.json and/or coverage.json. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#build-directory)", |
| 6 | + "unittestbot.paths.cmakeOptions.description": "Options passed to CMake command. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#cmake-options)", |
| 7 | + "unittestbot.paths.testsDirectory.description": "Relative path to directory in which tests will be generated. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#tests-directory)", |
| 8 | + "unittestbot.paths.sourceDirectories.description": "Relative paths to directories, that are marked as source directories. Please, prefer using UTBot Explorer View instead of raw settings. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#source-directories)", |
| 9 | + "unittestbot.testsGeneration.applyHuawei'sFiveStepRuleStandard.description": "If set to true, tests will be formatted according to the Corporate Standarts. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#apply-huaweis-five-step-rule-standard)", |
| 10 | + "unittestbot.testsGeneration.generateForStaticFunctions.description": "True, if you want UTBot to generate tests for static functions. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#generate-for-static-functions)", |
| 11 | + "unittestbot.visual.showTestResults.description": "True, if you want UTBot to display whether test passed/failed. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#show-test-results)", |
| 12 | + "unittestbot.stubs.useStubs.description": "True, if you want UTBot to use generated stubs from <testsDir>/stubs folder instead real files. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#use-stubs)", |
| 13 | + "unittestbot.advanced.enableDeveloperMode.description": "Enables hidden commands for debug. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#enable-developer-mode)", |
| 14 | + "unittestbot.advanced.timeoutPerFunction.description": "Maximum time (in seconds) alloted for generation tests per function. Set to non-positive number to disable it. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#timeout-per-function)", |
| 15 | + "unittestbot.advanced.timeoutPerTest.description": "Maximum time (in seconds) alloted for a single test run. Set to non-positive number to disable it. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#timeout-per-test)", |
| 16 | + "unittestbot.advanced.useDeterministicSearcher.description": "Use deterministic searcher to traverse bitcode in the same way every time. It may significantly slow down generation. [Learn more](https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#use-deterministic-searcher)", |
17 | 17 | "unittestbot.utbottargets.refreshEntry.title": "Refresh", |
18 | 18 | "unittestbot.utbotfolders.refreshEntry.title": "Refresh", |
19 | 19 | "unittestbot.wizard.init.title": "Run UTBot: Quickstart Wizard", |
|
0 commit comments