From 0006c990edbcd1898645381197c0bb15ce2f17bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Fri, 16 Dec 2022 12:03:37 +0000 Subject: [PATCH] Restore "About Nisaba" button 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" }