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

Patrick Kollitsch
23.51.2026 1a5c6f8790b30522d02a41c37e700819845bf348
build(vscode): update workspace setup
1 files modified
11 ■■■■ changed files
.vscode/settings.json 11 ●●●● patch | view | raw | blame | history
.vscode/settings.json
@@ -10,5 +10,12 @@
            "addWords": true,
            "scope": "workspace"
        }
    }
}
    },
    "explorer.fileNesting.enabled": true,
    "explorer.fileNesting.patterns": {
        "package.json": "package-lock.json, netlify.toml, .lintstagedrc.js, .release-it.ts, .markdownlint*, .nvmrc, lychee.toml, tsconfig.json, .coderabbit.yaml",
        "theme.toml": "go.mod, go.sum",
        "README.md": "CHANGELOG.md, LICENSE.md, CONTRIBUTING.md, RELEASES.md"
    },
    "window.autoDetectColorScheme": false
}