Update settings from , profile « main »
parent
d28ebad3b0
commit
1e43f2a088
|
|
@ -31,7 +31,7 @@
|
||||||
"isRegex": true,
|
"isRegex": true,
|
||||||
"replaceString": "",
|
"replaceString": "",
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
"key": "ctrl+[Minus]",
|
"key": "ctrl+[Minus]",
|
||||||
"command": "editor.action.insertSnippet",
|
"command": "editor.action.insertSnippet",
|
||||||
|
|
@ -52,5 +52,15 @@
|
||||||
"args": {
|
"args": {
|
||||||
"snippet": "{{ ${CLIPBOARD} }}"
|
"snippet": "{{ ${CLIPBOARD} }}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+k",
|
||||||
|
"command": "git.openFile",
|
||||||
|
"when": "isInDiffEditor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+k",
|
||||||
|
"command": "git.openChange",
|
||||||
|
"when": "!isInDiffEditor"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
@ -177,4 +177,13 @@
|
||||||
"editor.find.autoFindInSelection": "multiline",
|
"editor.find.autoFindInSelection": "multiline",
|
||||||
"ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core],yaml[line-length] --fix=all",
|
"ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core],yaml[line-length] --fix=all",
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
|
"security.promptForLocalFileProtocolHandling": false,
|
||||||
|
"git.alwaysShowStagedChangesResourceGroup": true,
|
||||||
|
"git.blame.ignoreWhitespace": true,
|
||||||
|
"git.supportCancellation": true,
|
||||||
|
"github.branchProtection": false,
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.ansible": true
|
||||||
|
},
|
||||||
|
"chat.extensionUnification.enabled": false,
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue