Add vscode doc authoring pack
This commit is contained in:
parent
35da74ac8d
commit
fabea38cac
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
class config::vscode {
|
class config::vscode {
|
||||||
$extensions = [
|
$extensions = [
|
||||||
'DavidAnson.vscode-markdownlint',
|
|
||||||
'PKief.material-icon-theme',
|
'PKief.material-icon-theme',
|
||||||
'PeterJausovec.vscode-docker',
|
'PeterJausovec.vscode-docker',
|
||||||
'Zignd.html-css-class-completion',
|
'Zignd.html-css-class-completion',
|
||||||
|
@ -31,7 +30,8 @@ class config::vscode {
|
||||||
'wholroyd.jinja',
|
'wholroyd.jinja',
|
||||||
'zolocode.editorzoom',
|
'zolocode.editorzoom',
|
||||||
'formulahendry.auto-close-tag',
|
'formulahendry.auto-close-tag',
|
||||||
'James-Yu.latex-workshop'
|
'James-Yu.latex-workshop',
|
||||||
|
'docsmsft.docs-authoring-pack'
|
||||||
];
|
];
|
||||||
|
|
||||||
$extensions.each |String $extension| {
|
$extensions.each |String $extension| {
|
||||||
|
|
Loading…
Reference in a new issue