We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec92ce commit 79803b0Copy full SHA for 79803b0
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"command": "trash4wsl-in-vscode.trashPutViaShortcut",
25
"key": "delete",
26
"mac": "delete",
27
- "when": "resourceScheme == 'vscode-remote' && filesExplorerFocus && !explorerResourceIsRoot && resourceSet"
+ "when": "resourceScheme == 'vscode-remote' && filesExplorerFocus && !explorerResourceIsRoot && resourceSet && !inputFocus"
28
},
29
{
30
"command": "trash4wsl-in-vscode.browseTrash",
0 commit comments