You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	Allows the linting and style settings for the frontend to be applied even when you load the main repo as a workspace
		
			
				
	
	
		
			14 lines
		
	
	
		
			283 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			283 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // This file is used to open the backend and frontend in the same workspace, which is necessary as
 | |
| // the frontend has vscode settings that are distinct from the backend
 | |
| {
 | |
|   "folders": [
 | |
|     {
 | |
|       "path": ".."
 | |
|     },
 | |
|     {
 | |
|       "path": "../frontend"
 | |
|     }
 | |
|   ],
 | |
|   "settings": {}
 | |
| }
 |