Skip to content

Commit

Permalink
fix: add show/hide to spelling issues view (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 11, 2025
1 parent 312a7a1 commit d7436cc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,18 @@
"when": "view == cSpellRegExpView"
}
],
"view/title": [],
"view/title": [
{
"command": "cSpell.show",
"when": "!cSpell.context.showDecorations",
"group": "navigation"
},
{
"command": "cSpell.hide",
"when": "cSpell.context.showDecorations",
"group": "navigation"
}
],
"view/item/context": [
{
"command": "cSpellRegExpTester.editRegExp",
Expand Down

0 comments on commit d7436cc

Please sign in to comment.