Skip to content

Commit 59df3ad

Browse files
committed
add kiybindings
1 parent 16c9419 commit 59df3ad

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,11 @@
11391139
}
11401140
],
11411141
"keybindings": [
1142+
{
1143+
"command": "python.copyImportPath",
1144+
"key": "ctrl+alt+shift+i",
1145+
"when": "editorTextFocus && resourceLangId == python"
1146+
},
11421147
{
11431148
"command": "python.execSelectionInTerminal",
11441149
"key": "shift+enter",

0 commit comments

Comments
 (0)