chore(vscode): update folder listener with i18n directory

- Adds the /src/i18n directory to the folder listener configuration
- Ensures changes in the i18n folder are tracked as part of the setup
This commit is contained in:
2025-05-28 18:08:37 +02:00
parent ef052e9f66
commit dfa92d8069

View File

@@ -10,6 +10,7 @@
"peacock.color": "#c75c5c",
"exportall.config.folderListener": [
"/src/utils",
"/src/types"
"/src/types",
"/src/i18n"
]
}