vscode-hugo/.vscode/settings.json

9 lines
224 B
JSON
Raw Normal View History

2024-08-17 00:35:18 +00:00
{
"git.closeDiffOnOperation": true,
"todo-tree.tree.showCountsInTree": true,
"todo-tree.filtering.excludeGlobs": [
"**/node_modules/*/**",
"**/themes/**"
],
"cSpell.language": "en,de-DE"
}