Если еще актуально или кто как и я сюда сначала попадет..
Paste and Indent
https://marketplace.visualstudio.com/items?itemNam...
по ctrl+V вставляет и добавляет отступ, с шифтом - как раньше, без добавления
для Win:
[
{
"key": "ctrl+v",
"command": "pasteAndIndent.action",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+v",
"command": "editor.action.clipboardPasteAction",
"when": "!editorTextFocus"
},
{
"key": "ctrl+shift+v",
"command": "editor.action.clipboardPasteAction",
"when": "editorTextFocus && !editorReadonly"
}
]