|
282 | 282 | "null"
|
283 | 283 | ],
|
284 | 284 | "default": null,
|
285 |
| - "description": "The value to use in a configuration if \"compileCommands\" is not specified, or the values to insert if \"${default}\" is present in \"compileCommands\".", |
| 285 | + "description": "The value to use in a configuration if \"compileCommands\" is either not specified, or set to \"${default}\".", |
286 | 286 | "scope": "resource"
|
287 | 287 | },
|
288 | 288 | "C_Cpp.default.forcedInclude": {
|
|
307 | 307 | "clang-x64"
|
308 | 308 | ],
|
309 | 309 | "default": null,
|
310 |
| - "description": "The value to use in a configuration if \"intelliSenseMode\" is not specified, or the values to insert if \"${default}\" is present in \"intelliSenseMode\".", |
| 310 | + "description": "The value to use in a configuration if \"intelliSenseMode\" is either not specified or set to \"${default}\".", |
311 | 311 | "scope": "resource"
|
312 | 312 | },
|
313 | 313 | "C_Cpp.default.compilerPath": {
|
|
316 | 316 | "null"
|
317 | 317 | ],
|
318 | 318 | "default": null,
|
319 |
| - "description": "The value to use in a configuration if \"compilerPath\" is not specified, or the values to insert if \"${default}\" is present in \"compilerPath\".", |
| 319 | + "description": "The value to use in a configuration if \"compilerPath\" is either not specified or set to \"${default}\".", |
320 | 320 | "scope": "resource"
|
321 | 321 | },
|
322 | 322 | "C_Cpp.default.cStandard": {
|
|
330 | 330 | "c11"
|
331 | 331 | ],
|
332 | 332 | "default": null,
|
333 |
| - "description": "The value to use in a configuration if \"cStandard\" is not specified, or the values to insert if \"${default}\" is present in \"cStandard\".", |
| 333 | + "description": "The value to use in a configuration if \"cStandard\" is either not specified or set to \"${default}\".", |
334 | 334 | "scope": "resource"
|
335 | 335 | },
|
336 | 336 | "C_Cpp.default.cppStandard": {
|
|
346 | 346 | "c++17"
|
347 | 347 | ],
|
348 | 348 | "default": null,
|
349 |
| - "description": "The value to use in a configuration if \"cppStandard\" is not specified, or the values to insert if \"${default}\" is present in \"cppStandard\".", |
| 349 | + "description": "The value to use in a configuration if \"cppStandard\" is either not specified or set to \"${default}\".", |
350 | 350 | "scope": "resource"
|
351 | 351 | },
|
352 | 352 | "C_Cpp.default.browse.path": {
|
|
367 | 367 | "null"
|
368 | 368 | ],
|
369 | 369 | "default": null,
|
370 |
| - "description": "The value to use in a configuration if \"browse.databaseFilename\" is not specified, or the values to insert if \"${default}\" is present in \"browse.databaseFilename\".", |
| 370 | + "description": "The value to use in a configuration if \"browse.databaseFilename\" is either not specified or set to \"${default}\".", |
371 | 371 | "scope": "resource"
|
372 | 372 | },
|
373 | 373 | "C_Cpp.default.browse.limitSymbolsToIncludedHeaders": {
|
374 | 374 | "type": "boolean",
|
375 | 375 | "default": true,
|
376 |
| - "description": "The value to use in a configuration if \"browse.limitSymbolsToIncludedHeaders\" is not specified, or the values to insert if \"${default}\" is present in \"browse.limitSymbolsToIncludedHeaders\".", |
| 376 | + "description": "The value to use in a configuration if \"browse.limitSymbolsToIncludedHeaders\" is either not specified or set to \"${default}\".", |
377 | 377 | "scope": "resource"
|
378 | 378 | },
|
379 | 379 | "C_Cpp.default.systemIncludePath": {
|
|
0 commit comments