Updated config

This commit is contained in:
Eduard Urbach 2024-07-08 17:51:17 +02:00
parent f32905ca72
commit 0a9cc289c2
Signed by: eduard
GPG key ID: 49226B848C78F6C8
4 changed files with 23 additions and 8 deletions

View file

@ -2,5 +2,19 @@
{
"key": "ctrl+,",
"command": "workbench.action.openSettingsJson"
},
{
"key": "alt+e",
"command": "editor.action.insertSnippet",
"args": {
"snippet": "if err != nil {\n\treturn err$0\n}"
}
},
{
"key": "alt+n",
"command": "editor.action.insertSnippet",
"args": {
"snippet": "$CURSOR_NUMBER"
}
}
]
]