Add latex plugin for vscode

This commit is contained in:
Jake Howard 2018-03-25 21:36:27 +01:00
parent 5eec529525
commit f4cf5e93a8
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 4 additions and 2 deletions

View file

@ -41,5 +41,6 @@
"rust.rustup": {
"toolchain": "stable-x86_64-unknown-linux-gnu"
},
"rust.mode": "rls"
"rust.mode": "rls",
"latex-workshop.latex.autoBuild.onSave.enabled": false
}

View file

@ -30,7 +30,8 @@ class config::vscode {
'truman.autocomplate-shell',
'wholroyd.jinja',
'zolocode.editorzoom',
'formulahendry.auto-close-tag'
'formulahendry.auto-close-tag',
'James-Yu.latex-workshop'
];
$extensions.each |String $extension| {