Skip to content

Commit 11bd44b

Browse files
committed
Fixing when condition properly in delete
1 parent 9aac3e3 commit 11bd44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"webview/context": [
100100
{
101101
"command": "resx-editor.deleteResource",
102-
"when": "config.resx-editor.experimentalDelete == true && webviewId == 'resx-editor.editor'"
102+
"when": "config.resx-editor.experimentalDelete == true && activeCustomEditorId == 'resx-editor.editor'"
103103
}
104104
],
105105
"commandPalette": [

0 commit comments

Comments
 (0)