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 {
|
||||
$extensions = [
|
||||
'DavidAnson.vscode-markdownlint',
|
||||
'PKief.material-icon-theme',
|
||||
'PeterJausovec.vscode-docker',
|
||||
'Zignd.html-css-class-completion',
|
||||
|
@ -31,7 +30,8 @@ class config::vscode {
|
|||
'wholroyd.jinja',
|
||||
'zolocode.editorzoom',
|
||||
'formulahendry.auto-close-tag',
|
||||
'James-Yu.latex-workshop'
|
||||
'James-Yu.latex-workshop',
|
||||
'docsmsft.docs-authoring-pack'
|
||||
];
|
||||
|
||||
$extensions.each |String $extension| {
|
||||
|
|
Loading…
Reference in a new issue