Install nice markdown extensions

This commit is contained in:
Jake Howard 2019-09-18 09:47:07 +01:00
parent eb423f08f8
commit 61ac1420a2
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 7 additions and 0 deletions

View file

@ -133,5 +133,10 @@
"key": "ctrl+l alt+b",
"command": "-latex-workshop.build",
"when": "editorTextFocus && latex-workshop:altkeymap"
},
{
"key": "ctrl+b",
"command": "-markdown.extension.editing.toggleBold",
"when": "editorTextFocus && !editorReadonly && editorLangId == 'markdown'"
}
]

View file

@ -69,6 +69,8 @@
- 'ms-vscode-remote.remote-containers'
- 'ms-azuretools.vscode-docker'
- 'mrcrowl.hg'
- 'davidanson.vscode-markdownlint'
- 'yzhang.markdown-all-in-one'
- name: "Install VSCode extensions"
shell: "code --install-extension {{ item }} --force"