Skip to content

Commit

Permalink
Add switch header/source to editor context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vaivaswatha authored and kadircet committed Nov 9, 2021
1 parent f75ee93 commit 9ac91d7
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 @@ -252,6 +252,10 @@
"group": "0_navigation@4",
"_comment": "see https://github.com/microsoft/vscode-references-view/blob/f63eaed9934ca5ecc8f3fb3ca096f38c6e5e181f/package.json#L162"
},
{
"command": "clangd.switchheadersource",
"group": "0_navigation@5"
},
{
"command": "clangd.ast",
"when": "clangd.ast.supported"
Expand Down

0 comments on commit 9ac91d7

Please sign in to comment.