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

Patrick Kollitsch
26.33.2024 1a4ad28b87ac8b6dca7a80dd77fabc14d554b5cb
chore(config): add workspace configuration file for vscode

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
1 files added
11 ■■■■■ changed files
gohugo-theme-ananke.code-workspace 11 ●●●●● patch | view | raw | blame | history
gohugo-theme-ananke.code-workspace
New file
@@ -0,0 +1,11 @@
{
    "folders": [
        {
            "path": "."
        },
        {
            "path": "../gohugo-theme-ananke.wiki"
        }
    ],
    "settings": {}
}