Skip to content

Keyboard shortcut to insert snippet doesn't work #97

@Rudd-O

Description

@Rudd-O
// Place your key bindings in this file to override the defaults
[
    {
        "key": "ctrl+shift+n",
        "command": "editor.action.insertSnippet",
        "when": "editorTextFocus",
        "args": {
            "name": "txn*",
            "langId": "beancount"
        }
    }
]

has no effect. If I omit name, then I get the dropdown, but this isn't ideal.

Ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions