Skip to content

Commit 4840118

Browse files
authored
fix: Remove eye icon from title bars (#4294)
1 parent 31c9e6d commit 4840118

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -182,16 +182,6 @@
182182
"command": "cSpell.hide",
183183
"when": "cSpell.context.showDecorations && view == cSpellIssuesViewByFile",
184184
"group": "navigation"
185-
},
186-
{
187-
"command": "cSpell.show",
188-
"when": "!cSpell.context.showDecorations && activePanel == 'workbench.panel.markers'",
189-
"group": "navigation"
190-
},
191-
{
192-
"command": "cSpell.hide",
193-
"when": "cSpell.context.showDecorations && activePanel == 'workbench.panel.markers'",
194-
"group": "navigation"
195185
}
196186
],
197187
"view/item/context": [

0 commit comments

Comments
 (0)