Update settings from , profile « main »

main
Quentin Duchemin 2026-01-30 20:00:04 +01:00
parent d28ebad3b0
commit 1e43f2a088
2 changed files with 20 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"isRegex": true,
"replaceString": "",
}
}
},
{
"key": "ctrl+[Minus]",
"command": "editor.action.insertSnippet",
@ -52,5 +52,15 @@
"args": {
"snippet": "{{ ${CLIPBOARD} }}"
}
},
{
"key": "ctrl+k",
"command": "git.openFile",
"when": "isInDiffEditor"
},
{
"key": "ctrl+k",
"command": "git.openChange",
"when": "!isInDiffEditor"
}
]

View File

@ -177,4 +177,13 @@
"editor.find.autoFindInSelection": "multiline",
"ansible.validation.lint.arguments": "--skip-list=var-naming[no-role-prefix],fqcn[action-core],yaml[line-length] --fix=all",
"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,
}