In settings.json I tried multiple variations like this. But none of them work. Is this supported, or is there a different way to accomplish this?
{
"keySequence": [
"-"
],
"command": "editor.action.insertSnippet",
"args": [
"hello you"
],
"label": "Insert test"
},
Thank you for the great extension, it's very useful!