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" }, {