|
372 | 372 | {
|
373 | 373 | "command": "pr.create",
|
374 | 374 | "title": "Create Pull Request",
|
375 |
| - "icon": { |
376 |
| - "light": "resources/icons/light/stage.svg", |
377 |
| - "dark": "resources/icons/dark/stage.svg" |
378 |
| - }, |
| 375 | + "icon": "$(plus)", |
379 | 376 | "category": "GitHub Pull Requests"
|
380 | 377 | },
|
381 | 378 | {
|
382 | 379 | "command": "pr.createDraft",
|
383 | 380 | "title": "Create Draft Pull Request",
|
384 |
| - "icon": { |
385 |
| - "light": "resources/icons/light/stage.svg", |
386 |
| - "dark": "resources/icons/dark/stage.svg" |
387 |
| - }, |
| 381 | + "icon": "$(plus)", |
388 | 382 | "category": "GitHub Pull Requests"
|
389 | 383 | },
|
390 | 384 | {
|
|
446 | 440 | "command": "pr.openDiffView",
|
447 | 441 | "title": "Open Diff View",
|
448 | 442 | "category": "GitHub Pull Requests",
|
449 |
| - "icon": { |
450 |
| - "light": "resources/icons/light/open-change.svg", |
451 |
| - "dark": "resources/icons/dark/open-change.svg" |
452 |
| - } |
| 443 | + "icon": "$(compare-changes)" |
453 | 444 | },
|
454 | 445 | {
|
455 | 446 | "command": "pr.openChangedFile",
|
|
465 | 456 | {
|
466 | 457 | "command": "pr.openDescriptionToTheSide",
|
467 | 458 | "title": "Open Pull Request Description to the Side",
|
468 |
| - "icon": { |
469 |
| - "light": "resources/icons/light/split-editor-horizontal.svg", |
470 |
| - "dark": "resources/icons/dark/split-editor-horizontal-inverse.svg" |
471 |
| - } |
| 459 | + "icon": "$(split-horizontal)" |
472 | 460 | },
|
473 | 461 | {
|
474 | 462 | "command": "pr.refreshDescription",
|
|
478 | 466 | {
|
479 | 467 | "command": "review.openFile",
|
480 | 468 | "title": "Open File",
|
481 |
| - "icon": { |
482 |
| - "light": "resources/icons/light/open-file.svg", |
483 |
| - "dark": "resources/icons/dark/open-file.svg" |
484 |
| - } |
| 469 | + "icon": "$(go-to-file)" |
485 | 470 | },
|
486 | 471 | {
|
487 | 472 | "command": "review.suggestDiff",
|
|
490 | 475 | {
|
491 | 476 | "command": "pr.refreshList",
|
492 | 477 | "title": "Refresh Pull Requests List",
|
493 |
| - "icon": { |
494 |
| - "dark": "resources/icons/dark/refresh.svg", |
495 |
| - "light": "resources/icons/light/refresh.svg" |
496 |
| - }, |
| 478 | + "icon": "$(refresh)", |
497 | 479 | "category": "GitHub Pull Requests"
|
498 | 480 | },
|
499 | 481 | {
|
500 | 482 | "command": "pr.refreshChanges",
|
501 | 483 | "title": "Refresh",
|
502 |
| - "icon": { |
503 |
| - "dark": "resources/icons/dark/refresh.svg", |
504 |
| - "light": "resources/icons/light/refresh.svg" |
505 |
| - }, |
| 484 | + "icon": "$(refresh)", |
506 | 485 | "category": "GitHub Pull Requests"
|
507 | 486 | },
|
508 | 487 | {
|
509 | 488 | "command": "pr.configurePRViewlet",
|
510 | 489 | "title": "Configure...",
|
511 | 490 | "category": "GitHub Pull Requests",
|
512 |
| - "icon": { |
513 |
| - "light": "resources/icons/light/gear.svg", |
514 |
| - "dark": "resources/icons/dark/gear.svg" |
515 |
| - } |
| 491 | + "icon": "$(gear)" |
516 | 492 | },
|
517 | 493 | {
|
518 | 494 | "command": "pr.deleteLocalBranch",
|
|
550 | 526 | "command": "pr.editComment",
|
551 | 527 | "title": "Edit Comment",
|
552 | 528 | "category": "GitHub Pull Requests",
|
553 |
| - "icon": { |
554 |
| - "light": "resources/icons/light/edit.svg", |
555 |
| - "dark": "resources/icons/dark/edit.svg" |
556 |
| - } |
| 529 | + "icon": "$(edit)" |
557 | 530 | },
|
558 | 531 | {
|
559 | 532 | "command": "pr.cancelEditComment",
|
|
570 | 543 | "command": "pr.deleteComment",
|
571 | 544 | "title": "Delete Comment",
|
572 | 545 | "category": "GitHub Pull Requests",
|
573 |
| - "icon": { |
574 |
| - "light": "resources/icons/light/delete.svg", |
575 |
| - "dark": "resources/icons/dark/delete.svg" |
576 |
| - } |
| 546 | + "icon": "$(close)" |
577 | 547 | },
|
578 | 548 | {
|
579 | 549 | "command": "pr.finishReview",
|
|
615 | 585 | "command": "issue.openIssue",
|
616 | 586 | "title": "Open Issue",
|
617 | 587 | "category": "GitHub Issues",
|
618 |
| - "icon": { |
619 |
| - "light": "resources/icons/light/open-browser.svg", |
620 |
| - "dark": "resources/icons/dark/open-browser.svg" |
621 |
| - } |
| 588 | + "icon": "$(globe)" |
622 | 589 | },
|
623 | 590 | {
|
624 | 591 | "command": "issue.copyIssueNumber",
|
|
634 | 601 | "command": "issue.refresh",
|
635 | 602 | "title": "Refresh",
|
636 | 603 | "category": "GitHub Issues",
|
637 |
| - "icon": { |
638 |
| - "dark": "resources/icons/dark/refresh.svg", |
639 |
| - "light": "resources/icons/light/refresh.svg" |
640 |
| - } |
| 604 | + "icon": "$(refresh)" |
641 | 605 | },
|
642 | 606 | {
|
643 | 607 | "command": "issue.suggestRefresh",
|
|
0 commit comments