Files
zopu-code/.vscode/settings.json
-Puter 9e148489f0 chore: stop hiding repos/ in VS Code file explorer
Drop the files.exclude rule for repos/**. The directory is still
excluded from auto-imports and file watching, but no longer hidden
from the explorer.
2026-07-29 19:32:10 +05:30

11 lines
249 B
JSON

{
"typescript.preferences.autoImportFileExcludePatterns": ["repos/**"],
"javascript.preferences.autoImportFileExcludePatterns": ["repos/**"],
"files.watcherExclude": {
"repos/**": true
},
"search.exclude": {
"repos/**": true
}
}