mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
9 hours ago 90a7775039fce92f8ce83c4f6f870a128a49b7cc
build(vscode): update workspace configuration
3 files modified
9 ■■■■ changed files
.gitignore 3 ●●●●● patch | view | raw | blame | history
.vscode/custom-dictionary.txt 1 ●●●● patch | view | raw | blame | history
.vscode/extensions.json 5 ●●●●● patch | view | raw | blame | history
.gitignore
@@ -3,3 +3,6 @@
.hugo_build.lock
resources/_gen
todo*.md
# wireit
.wireit
.vscode/custom-dictionary.txt
@@ -5,4 +5,5 @@
Kitchensink
licenselink
Philibert
submod
Warnf
.vscode/extensions.json
@@ -7,8 +7,9 @@
        "redhat.vscode-yaml",
        "streetsidesoftware.code-spell-checker-cspell-bundled-dictionaries",
        "budparr.language-hugo-vscode",
        "casualjim.gotemplate",
        "jinliming2.vscode-go-template",
        "gohugoio.gotmplfmt",
        "dunstontc.vscode-go-syntax",
        "jinliming2.vscode-go-template"
        "casualjim.gotemplate"
    ]
}