Skip to content

Commit

Permalink
feat(context menu): add toggle audited command to the editor context …
Browse files Browse the repository at this point in the history
…menu
  • Loading branch information
fcasal committed Apr 18, 2024
1 parent 1e501cb commit 3711638
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,10 @@
}
],
"editor/context": [
{
"command": "weAudit.toggleAudited",
"group": "1_modification@0"
},
{
"command": "weAudit.copySelectedCodePermalink",
"group": "9_cutcopypaste@0"
Expand Down

0 comments on commit 3711638

Please sign in to comment.