mathiasfrohlich / vscode-LaTeXCompile

An Visual Studio Code Extension, that compiles .tex to .pdf at location
MIT License
24 stars 10 forks source link

How would I add a build task to compile the PDF with VSCode's CMD+shift+B shortcut? #21

Open pvarin opened 8 years ago

nvanbenschoten commented 8 years ago

Adding

{
    "key": "shift+cmd+b",
    "command": "extension.latexCompile",
    "when": "editorLangId == 'latex'"
}

to my keybindings.json file worked for me.