Skip to content

Commit f0551b7

Browse files
committed
更新package.json,修改了删除命令的触发条件,以避免在输入框聚焦时触发。
1 parent 1ec92ce commit f0551b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.2",
2+
"version": "1.1.3",
33

44

55
"contributes": {
@@ -24,7 +24,7 @@
2424
"command": "trash4wsl-in-vscode.trashPutViaShortcut",
2525
"key": "delete",
2626
"mac": "delete",
27-
"when": "resourceScheme == 'vscode-remote' && filesExplorerFocus && !explorerResourceIsRoot && resourceSet"
27+
"when": "resourceScheme == 'vscode-remote' && filesExplorerFocus && !explorerResourceIsRoot && resourceSet && !inputFocus"
2828
},
2929
{
3030
"command": "trash4wsl-in-vscode.browseTrash",

0 commit comments

Comments
 (0)