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:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -10,6 +10,7 @@
|
|||||||
"peacock.color": "#c75c5c",
|
"peacock.color": "#c75c5c",
|
||||||
"exportall.config.folderListener": [
|
"exportall.config.folderListener": [
|
||||||
"/src/utils",
|
"/src/utils",
|
||||||
"/src/types"
|
"/src/types",
|
||||||
|
"/src/i18n"
|
||||||
]
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user