Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94056e1 commit c5ce9a0Copy full SHA for c5ce9a0
1 file changed
.devcontainer/keybindings.json
@@ -0,0 +1,17 @@
1
+[
2
+ {
3
+ "key": "ctrl+v",
4
+ "command": "pasteAndIndent.action",
5
+ "when": "editorTextFocus && !editorReadonly"
6
+ },
7
8
9
+ "command": "editor.action.clipboardPasteAction",
10
+ "when": "!editorTextFocus"
11
12
13
+ "key": "ctrl+shift+v",
14
15
16
+ }
17
+]
0 commit comments