|
34 | 34 | "c_cpp.configuration.references.maxConcurrentThreads.markdownDescription": {"message":"The maximum number of concurrent threads to use for 'Find All References' and 'Rename'. The default of `null` (empty) uses the value inherited from `#C_Cpp.maxConcurrentThreads#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
35 | 35 | "c_cpp.configuration.references.maxCachedProcesses.markdownDescription": {"message":"The maximum number of processes to keep in memory for 'Find All References' and 'Rename'. The value of `null` (empty) uses the value inherited from `#C_Cpp.maxCachedProcesses#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
36 | 36 | "c_cpp.configuration.references.maxMemory.markdownDescription": {"message":"Fewer 'Find All References' and 'Rename' processes will be cached and run concurrently after this memory usage (in MB) is exceeded. The default of `null` (empty) uses the value inherited from `#C_Cpp.maxMemory#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
37 | | -"c_cpp.configuration.codeAnalysis.maxConcurrentThreads.markdownDescription": {"message":"The maximum number of concurrent threads to use for code analysis. The default of `null` (empty) uses the value inherited from `#C_Cpp.maxConcurrentThreads#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
| 37 | +"c_cpp.configuration.codeAnalysis.maxConcurrentThreads.markdownDescription": {"message":"The maximum number of concurrent threads to use for code analysis. The default of `null` (empty) useshalfthe value inherited from `#C_Cpp.maxConcurrentThreads#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
38 | 38 | "c_cpp.configuration.codeAnalysis.maxMemory.markdownDescription": {"message":"Fewer code analysis processes will run concurrently after this memory usage (in MB) is exceeded. The default of `null` (empty) uses the value inherited from `#C_Cpp.maxMemory#`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
39 | 39 | "c_cpp.configuration.codeAnalysis.updateDelay.markdownDescription": {"message":"Controls the delay in milliseconds before code analysis starts processing after a save is triggered from an edit when `#files.autoSave#` is `afterDelay` and `#C_Cpp.codeAnalysis.runAutomatically#` is `true`.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
40 | 40 | "c_cpp.configuration.codeAnalysis.exclude.markdownDescription": {"message":"Configure glob patterns for excluding folders and files for code analysis. Files not under the workspace folder are always excluded. Inherits values from `#files.exclude#` and `#C_Cpp.files.exclude#`. Read more about glob patterns [here](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options).","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
|