Skip to content

Commit 4f34ea7

Browse files
authored
Merge pull request #54 from UltCombo/patch-1
Fix copying from terminal on Linux
2 parents 118af7f + e8493ae commit 4f34ea7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,8 @@
481481
"win": "ctrl+shift+c",
482482
"linux": "ctrl+shift+c",
483483
"key": "ctrl+shift+c",
484-
"command": "workbench.action.files.copyPathOfActiveFile"
484+
"command": "workbench.action.files.copyPathOfActiveFile",
485+
"when": "!terminalFocus"
485486
},
486487
{
487488
"mac": "cmd+,",

0 commit comments

Comments
 (0)