Skip to content

Commit

Permalink
Restore "About Nisaba" button (#140)
Browse files Browse the repository at this point in the history
It was accidentally removed because apparently the `when` clause does not
support parentheses.
  • Loading branch information
giordano authored Dec 16, 2022
1 parent 16ec86e commit 53c0df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"group": "navigation@3"
},
{
"when": "editorTextFocus && (resourceLangId == atf || resourceLangId == glo)",
"when": "editorTextFocus && resourceLangId == atf || resourceLangId == glo",
"command": "ucl-rsdg.aboutNisaba",
"group": "navigation@1"
}
Expand Down

0 comments on commit 53c0df2

Please sign in to comment.