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

Patrick Kollitsch
12 hours ago 9e1d7b96a2998887d174adf592b7f98adc4af14b
build(vscode): update workspace configuration
1 files modified
13 ■■■■■ changed files
ananke.code-workspace 13 ●●●●● patch | view | raw | blame | history
ananke.code-workspace
@@ -21,7 +21,9 @@
            "git worktree": true,
            "git add": true,
            "git push": true
        }
        },
        "markdown.extension.toc.unorderedList.marker": "*",
        "markdown.extension.toc.levels": "2..6"
    },
    "extensions": {
        "recommendations": [
@@ -31,17 +33,20 @@
            "yzhang.markdown-all-in-one",
            "davidanson.vscode-markdownlint",
            "zizmor.zizmor-vscode",
            "redhat.vscode-yaml",
            "streetsidesoftware.code-spell-checker-cspell-bundled-dictionaries",
            "budparr.language-hugo-vscode",
            "jinliming2.vscode-go-template",
            "gohugoio.gotmplfmt",
            "dunstontc.vscode-go-syntax",
            "casualjim.gotemplate",
            "streetsidesoftware.code-spell-checker",
            "streetsidesoftware.code-spell-checker-british-english",
            "gohugoio.gotmplfmt",
            "anthropic.claude-code"
            "anthropic.claude-code",
            "aaron-bond.better-comments",
            "redhat.vscode-xml",
            "redhat.vscode-yaml",
            "google.wireit",
            "dunstontc.vscode-go-syntax"
        ]
    }
}