vscode-hugo/.vscode/settings.json

9 lines
No EOL
224 B
JSON

{
"git.closeDiffOnOperation": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.excludeGlobs": [
"**/node_modules/*/**",
"**/themes/**"
],
"cSpell.language": "en,de-DE"
}