Add latex plugin for vscode
This commit is contained in:
parent
5eec529525
commit
f4cf5e93a8
2 changed files with 4 additions and 2 deletions
|
@ -41,5 +41,6 @@
|
||||||
"rust.rustup": {
|
"rust.rustup": {
|
||||||
"toolchain": "stable-x86_64-unknown-linux-gnu"
|
"toolchain": "stable-x86_64-unknown-linux-gnu"
|
||||||
},
|
},
|
||||||
"rust.mode": "rls"
|
"rust.mode": "rls",
|
||||||
|
"latex-workshop.latex.autoBuild.onSave.enabled": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,8 @@ class config::vscode {
|
||||||
'truman.autocomplate-shell',
|
'truman.autocomplate-shell',
|
||||||
'wholroyd.jinja',
|
'wholroyd.jinja',
|
||||||
'zolocode.editorzoom',
|
'zolocode.editorzoom',
|
||||||
'formulahendry.auto-close-tag'
|
'formulahendry.auto-close-tag',
|
||||||
|
'James-Yu.latex-workshop'
|
||||||
];
|
];
|
||||||
|
|
||||||
$extensions.each |String $extension| {
|
$extensions.each |String $extension| {
|
||||||
|
|
Loading…
Reference in a new issue