|
271 | 271 | "title": "Reference in Prompt", |
272 | 272 | "category": "Code Web Chat" |
273 | 273 | }, |
| 274 | + { |
| 275 | + "command": "codeWebChat.revealInExplorer", |
| 276 | + "title": "Reveal in Explorer View", |
| 277 | + "category": "Code Web Chat" |
| 278 | + }, |
274 | 279 | { |
275 | 280 | "command": "codeWebChat.checkpoints", |
276 | 281 | "title": "%codeWebChat.checkpoints.title%", |
|
369 | 374 | "command": "codeWebChat.referenceInPrompt", |
370 | 375 | "when": "false" |
371 | 376 | }, |
| 377 | + { |
| 378 | + "command": "codeWebChat.revealInExplorer", |
| 379 | + "when": "false" |
| 380 | + }, |
372 | 381 | { |
373 | 382 | "command": "codeWebChat.openRepository", |
374 | 383 | "when": "false" |
|
516 | 525 | "group": "1_modification@3" |
517 | 526 | }, |
518 | 527 | { |
519 | | - "command": "codeWebChat.setRange", |
| 528 | + "command": "codeWebChat.revealInExplorer", |
520 | 529 | "when": "view == codeWebChatViewOpenEditors && viewItem == openEditor", |
521 | 530 | "group": "1_modification@4" |
522 | 531 | }, |
| 532 | + { |
| 533 | + "command": "codeWebChat.setRange", |
| 534 | + "when": "view == codeWebChatViewOpenEditors && viewItem == openEditor", |
| 535 | + "group": "1_modification@5" |
| 536 | + }, |
523 | 537 | { |
524 | 538 | "command": "codeWebChat.newFile", |
525 | 539 | "when": "view == codeWebChatViewWorkspace && viewItem == directory", |
|
545 | 559 | "when": "view == codeWebChatViewWorkspace || view == codeWebChatViewContext", |
546 | 560 | "group": "1_modification@3" |
547 | 561 | }, |
| 562 | + { |
| 563 | + "command": "codeWebChat.revealInExplorer", |
| 564 | + "when": "view == codeWebChatViewWorkspace || view == codeWebChatViewContext", |
| 565 | + "group": "1_modification@4" |
| 566 | + }, |
548 | 567 | { |
549 | 568 | "command": "codeWebChat.setRange", |
550 | 569 | "when": "(view == codeWebChatViewWorkspace || view == codeWebChatViewContext) && viewItem == file", |
551 | | - "group": "1_modification@4" |
| 570 | + "group": "1_modification@5" |
552 | 571 | } |
553 | 572 | ] |
554 | 573 | }, |
|
0 commit comments