// Place your key bindings in this file to override the defaults
[
    {
        "key": "alt+shift+l",
        "command": "editor.action.insertSnippet",
        "args": {
            "snippet": "<li><a href=\"$1\" target=\"_blank\">$2</a></li>"
        },
        "when": "editorTextFocus && editorLangId == 'html'"
    }
]