From 53c0df2893810237778be2ac420a3bcb879f184f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Fri, 16 Dec 2022 12:07:55 +0000 Subject: [PATCH] Restore "About Nisaba" button (#140) It was accidentally removed because apparently the `when` clause does not support parentheses. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bb5f43..fecc377 100644 --- a/package.json +++ b/package.json @@ -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" }