2023-09-07 14:08:50 +02:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"key": "ctrl+,",
|
|
|
|
"command": "workbench.action.openSettingsJson"
|
2024-07-08 17:51:17 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
2023-09-07 14:08:50 +02:00
|
|
|
}
|
2024-07-08 17:51:17 +02:00
|
|
|
]
|