|
14 | 14 | "bugs": { |
15 | 15 | "url": "https://github.com/dkattan/Copilot-Breakpoint-Debugger/issues" |
16 | 16 | }, |
17 | | - "when": "debugState == 'running'", |
| 17 | + "when": "debugState == 'running'", |
18 | 18 | "keywords": [ |
19 | 19 | "copilot", |
20 | 20 | "debug", |
|
118 | 118 | } |
119 | 119 | }, |
120 | 120 | "languageModelTools": [ |
121 | | - { |
122 | | - "name": "startDebugSessionWithBreakpoints", |
| 121 | + { |
| 122 | + "name": "startDebugSessionWithBreakpoints", |
123 | 123 | "displayName": "Start Debugger", |
124 | 124 | "toolReferenceName": "startDebugSessionWithBreakpoints", |
125 | 125 | "canBeReferencedInPrompt": true, |
|
328 | 328 | ] |
329 | 329 | } |
330 | 330 | }, |
331 | | - { |
332 | | - "name": "resumeDebugSession", |
| 331 | + { |
| 332 | + "name": "resumeDebugSession", |
333 | 333 | "displayName": "Resume Debug Session", |
334 | 334 | "toolReferenceName": "resumeDebugSession", |
335 | 335 | "canBeReferencedInPrompt": true, |
|
404 | 404 | ] |
405 | 405 | } |
406 | 406 | }, |
407 | | - { |
408 | | - "name": "getVariables", |
| 407 | + { |
| 408 | + "name": "getVariables", |
409 | 409 | "displayName": "Get Variables", |
410 | 410 | "toolReferenceName": "getVariables", |
411 | 411 | "canBeReferencedInPrompt": true, |
|
416 | 416 | "properties": {} |
417 | 417 | } |
418 | 418 | }, |
419 | | - { |
420 | | - "name": "expandVariable", |
| 419 | + { |
| 420 | + "name": "expandVariable", |
421 | 421 | "displayName": "Expand Variable", |
422 | 422 | "toolReferenceName": "expandVariable", |
423 | 423 | "canBeReferencedInPrompt": true, |
|
436 | 436 | ] |
437 | 437 | } |
438 | 438 | }, |
439 | | - { |
440 | | - "name": "evaluateExpression", |
| 439 | + { |
| 440 | + "name": "evaluateExpression", |
441 | 441 | "displayName": "Evaluate Expression", |
442 | 442 | "toolReferenceName": "evaluateExpression", |
443 | 443 | "canBeReferencedInPrompt": true, |
|
460 | 460 | ] |
461 | 461 | } |
462 | 462 | }, |
463 | | - { |
464 | | - "name": "stopDebugSession", |
| 463 | + { |
| 464 | + "name": "stopDebugSession", |
465 | 465 | "displayName": "Stop Debug Session", |
466 | 466 | "toolReferenceName": "stopDebugSession", |
467 | 467 | "canBeReferencedInPrompt": true, |
|
0 commit comments