|
164 | 164 | { |
165 | 165 | "type": "object", |
166 | 166 | "title": "CLI", |
| 167 | + "id": "codeQL.cli", |
167 | 168 | "order": 0, |
168 | 169 | "properties": { |
169 | 170 | "codeQL.cli.executablePath": { |
|
182 | 183 | { |
183 | 184 | "type": "object", |
184 | 185 | "title": "Running queries", |
| 186 | + "id": "codeQL.runningQueries", |
185 | 187 | "order": 1, |
186 | 188 | "properties": { |
187 | 189 | "codeQL.runningQueries.numberOfThreads": { |
|
280 | 282 | { |
281 | 283 | "type": "object", |
282 | 284 | "title": "Results", |
| 285 | + "id": "codeQL.resultsDisplay", |
283 | 286 | "order": 2, |
284 | 287 | "properties": { |
285 | 288 | "codeQL.resultsDisplay.pageSize": { |
|
292 | 295 | { |
293 | 296 | "type": "object", |
294 | 297 | "title": "Query history", |
| 298 | + "id": "codeQL.queryHistory", |
295 | 299 | "order": 3, |
296 | 300 | "properties": { |
297 | 301 | "codeQL.queryHistory.format": { |
|
310 | 314 | { |
311 | 315 | "type": "object", |
312 | 316 | "title": "Running tests", |
| 317 | + "id": "codeQL.runningTests", |
313 | 318 | "order": 4, |
314 | 319 | "properties": { |
315 | 320 | "codeQL.runningTests.additionalTestArguments": { |
|
331 | 336 | { |
332 | 337 | "type": "object", |
333 | 338 | "title": "Variant analysis", |
| 339 | + "id": "codeQL.variantAnalysis", |
334 | 340 | "order": 5, |
335 | 341 | "properties": { |
336 | 342 | "codeQL.variantAnalysis.controllerRepo": { |
|
373 | 379 | { |
374 | 380 | "type": "object", |
375 | 381 | "title": "Adding databases", |
| 382 | + "id": "codeQL.addingDatabases", |
376 | 383 | "order": 6, |
377 | 384 | "properties": { |
378 | 385 | "codeQL.addingDatabases.downloadTimeout": { |
|
400 | 407 | { |
401 | 408 | "type": "object", |
402 | 409 | "title": "Creating queries", |
| 410 | + "id": "codeQL.createQuery", |
403 | 411 | "order": 7, |
404 | 412 | "properties": { |
405 | 413 | "codeQL.createQuery.qlPackLocation": { |
|
425 | 433 | { |
426 | 434 | "type": "object", |
427 | 435 | "title": "GitHub Databases", |
| 436 | + "id": "codeQL.githubDatabase", |
428 | 437 | "order": 8, |
429 | 438 | "properties": { |
430 | 439 | "codeQL.githubDatabase.download": { |
|
458 | 467 | { |
459 | 468 | "type": "object", |
460 | 469 | "title": "Model Editor", |
| 470 | + "id": "codeQL.model", |
461 | 471 | "order": 9, |
462 | 472 | "properties": { |
463 | 473 | "codeQL.model.packLocation": { |
|
475 | 485 | { |
476 | 486 | "type": "object", |
477 | 487 | "title": "Log insights", |
| 488 | + "id": "codeQL.logInsights", |
478 | 489 | "order": 10, |
479 | 490 | "properties": { |
480 | 491 | "codeQL.logInsights.joinOrderWarningThreshold": { |
|
489 | 500 | { |
490 | 501 | "type": "object", |
491 | 502 | "title": "Telemetry", |
| 503 | + "id": "codeQL.telemetry", |
492 | 504 | "order": 11, |
493 | 505 | "properties": { |
494 | 506 | "codeQL.telemetry.logTelemetry": { |
|
0 commit comments