Update settings.json to include folderListener configuration for exportall

Signed-off-by: Max P. <Mail@MPassarello.de>
This commit is contained in:
2025-05-07 12:28:09 +02:00
parent af0a09e744
commit cc734fa7b1

View File

@@ -10,4 +10,10 @@
"editor.defaultFormatter": "denoland.vscode-deno",
"editor.detectIndentation": false,
"editor.indentSize": "tabSize",
"exportall.config.folderListener": [
"/src/Interfaces",
"/src/Utils",
"/src/Types",
"/src/Errors"
],
}