Skip to content

Commit

Permalink
added shortcut to toggle ineditor comments
Browse files Browse the repository at this point in the history
Summary:
Explained by the text.

Also refactored metric tracking to be handled on controller level.

Reviewed By: quark-zju

Differential Revision: D69379320

fbshipit-source-id: b02c0dc3bb1c5ad3d2ca6a9da2128f7bbdacb1e5
  • Loading branch information
Jack Huang authored and facebook-github-bot committed Feb 13, 2025
1 parent 2d05b0f commit 17fc778
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions addons/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,12 @@
"key": "alt-shift-g",
"mac": "alt-shift-g",
"when": "isl.inlineCommentSidePanelEnabled && activeWebviewPanelId != 'sapling.comments'"
},
{
"command": "sapling.toggle-inline-comments",
"key": "alt-shift-t",
"mac": "alt-shift-t",
"when": "isl.inlineCommentSidePanelEnabled"
}
],
"menus": {
Expand Down

0 comments on commit 17fc778

Please sign in to comment.