|
300 | 300 | "c_cpp.debuggers.VSSymbolOptionsModuleFilter.mode.loadOnlyIncluded.enumDescriptions": "Do not attempt to load symbols for ANY module unless it is in the 'includedModules' array, or it is included through the 'includeSymbolsNextToModules' setting.", |
301 | 301 | "c_cpp.debuggers.VSSymbolOptionsModuleFilter.excludedModules.description": "Array of modules that the debugger should NOT load symbols for. Wildcards (example: MyCompany.*.dll) are supported.\n\nThis property is ignored unless 'mode' is set to 'loadAllButExcluded'.", |
302 | 302 | "c_cpp.debuggers.VSSymbolOptionsModuleFilter.includedModules.description": "Array of modules that the debugger should load symbols for. Wildcards (example: MyCompany.*.dll) are supported.\n\nThis property is ignored unless 'mode' is set to 'loadOnlyIncluded'.", |
303 | | - "c_cpp.debuggers.VSSymbolOptionsModuleFilter.includeSymbolsNextToModules.description": "If true, for any module NOT in the 'includedModules' array, the debugger will still check next to the module itself and the launching executable, but it will not check paths on the symbol search list. This option defaults to 'true'.\n\nThis property is ignored unless 'mode' is set to 'loadOnlyIncluded'." |
| 303 | + "c_cpp.debuggers.VSSymbolOptionsModuleFilter.includeSymbolsNextToModules.description": "If true, for any module NOT in the 'includedModules' array, the debugger will still check next to the module itself and the launching executable, but it will not check paths on the symbol search list. This option defaults to 'true'.\n\nThis property is ignored unless 'mode' is set to 'loadOnlyIncluded'.", |
| 304 | + "c_cpp.semanticTokenTypes.referenceType.description": "Style for C++/CLI reference types.", |
| 305 | + "c_cpp.semanticTokenTypes.cliProperty.description": "Style for C++/CLI properties.", |
| 306 | + "c_cpp.semanticTokenTypes.genericType.description": "Style for C++/CLI generic types.", |
| 307 | + "c_cpp.semanticTokenTypes.valueType.description": "Style for C++/CLI value types.", |
| 308 | + "c_cpp.semanticTokenTypes.templateFunction.description": "Style for C++ template functions.", |
| 309 | + "c_cpp.semanticTokenTypes.templateType.description": "Style for C++ template types.", |
| 310 | + "c_cpp.semanticTokenTypes.operatorOverload.description": "Style for C++ overloaded operators.", |
| 311 | + "c_cpp.semanticTokenTypes.memberOperatorOverload.description": "Style for C++ overloaded operator member functions.", |
| 312 | + "c_cpp.semanticTokenTypes.newOperator.description": "Style for C++ new or delete operators.", |
| 313 | + "c_cpp.semanticTokenTypes.customLiteral.description": "Style for C++ user-defined literals.", |
| 314 | + "c_cpp.semanticTokenTypes.numberLiteral.description": "Style for C++ user-defined literal numbers.", |
| 315 | + "c_cpp.semanticTokenTypes.stringLiteral.description": "Style for C++ user-defined literal strings.", |
| 316 | + "c_cpp.semanticTokenModifiers.global.description": "Style to use for symbols that are global.", |
| 317 | + "c_cpp.semanticTokenModifiers.local.description": "Style to use for symbols that are local." |
304 | 318 | } |
0 commit comments