21 lines
		
	
	
		
			430 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			430 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "defaultPosition": "right",
 | |
|   "showDirectory": false,
 | |
|   "showCloseIcon": true,
 | |
|   "showPinnedIcon": true,
 | |
|   "showPinIconIfNotPinned": true,
 | |
|   "showTabIcon": false,
 | |
|   "customizeTabIcon": false,
 | |
|   "defaultTabIcon": "file",
 | |
|   "tabIconRules": [
 | |
|     {
 | |
|       "matchConfig": {
 | |
|         "target": "directory",
 | |
|         "condition": "startsWith",
 | |
|         "value": "daily"
 | |
|       },
 | |
|       "priority": 1,
 | |
|       "icon": "calendar"
 | |
|     }
 | |
|   ]
 | |
| } |