From 3b2cc0462412f933c378f9f331932f0db6280e27 Mon Sep 17 00:00:00 2001 From: 999axel999 <999axel999@users.noreply.github.com> Date: Fri, 22 May 2026 22:53:54 +0700 Subject: [PATCH] Show infoset actions whenever debugging is active --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0b0af774c..b50c4c677 100644 --- a/package.json +++ b/package.json @@ -221,12 +221,12 @@ }, { "command": "infoset.display", - "when": "inDebugMode && editorLangId == 'dfdl'", + "when": "inDebugMode", "group": "navigation@2" }, { "command": "infoset.diff", - "when": "inDebugMode && editorLangId == 'dfdl'", + "when": "inDebugMode", "group": "navigation@3" }, {