Skip to content

Commit

Permalink
do not show eye for viewer editor tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Dec 5, 2024
1 parent ab31287 commit ae363b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/positron-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
"menus": {
"explorer/context": [
{
"when": "resourceLangId == html",
"when": "resourceLangId == html && resourceScheme == file",
"command": "positronProxy.showHtmlPreview",
"group": "navigation"
}
],
"editor/title": [
{
"when": "resourceLangId == html",
"when": "resourceLangId == html && resourceScheme == file",
"command": "positronProxy.showHtmlPreview",
"group": "navigation"
}
Expand Down

0 comments on commit ae363b8

Please sign in to comment.