File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 110
110
},
111
111
{
112
112
"command" : " resx-editor.openPreview" ,
113
- "when" : " (resourceExtname == '.resx' || resourceExtname == '.resw') && activeCustomEditorId != 'resx-editor.editor'" ,
113
+ "when" : " (resourceExtname == '.resx' || resourceExtname == '.resw') && activeCustomEditorId != 'resx-editor.editor' && activeEditor != 'workbench.editor.sidebysideEditor' " ,
114
114
"group" : " navigation@1"
115
115
},
116
116
{
117
117
"command" : " resx-editor.openInResxEditor" ,
118
- "when" : " (resourceExtname == '.resx' || resourceExtname == '.resw') && activeCustomEditorId != 'resx-editor.editor'" ,
118
+ "when" : " (resourceExtname == '.resx' || resourceExtname == '.resw') && activeCustomEditorId != 'resx-editor.editor' && activeEditor != 'workbench.editor.sidebysideEditor' " ,
119
119
"group" : " navigation@1"
120
120
}
121
121
],
You can’t perform that action at this time.
0 commit comments