Updated config
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
Reference in New Issue
Block a user