Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment on lines 223 to 230
},
{
Expand Down
Loading