
- Needed to decompose i18n labels for Unifi widget in order for field visibility setting to work correctly - Fixed weird edge case where a call to cached-fetch would fail if no duration was passed - Have VS Code hide the .next and node_modules folders from tree view
6 lines
No EOL
90 B
JSON
6 lines
No EOL
90 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.next": true,
|
|
"**/node_modules": true
|
|
}
|
|
} |