mirror of
				https://github.com/Akkudoktor-EOS/EOS.git
				synced 2025-11-04 08:46:20 +00:00 
			
		
		
		
	- Added recommended settings for the Pylance and Pyright extensions - Enabled pytest and debugging support in configuration - Reformatted code with Prettier --------- Co-authored-by: Chris <git@nootch.de>
		
			
				
	
	
		
			15 lines
		
	
	
		
			311 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			311 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "recommendations": [
 | 
						|
    //python
 | 
						|
    "ms-python.python",
 | 
						|
    "ms-python.debugpy",
 | 
						|
    "charliermarsh.ruff",
 | 
						|
    "ms-python.mypy-type-checker",
 | 
						|
 | 
						|
    // misc
 | 
						|
    "swellaby.workspace-config-plus", // allows user and shared settings
 | 
						|
    "christian-kohler.path-intellisense",
 | 
						|
    "esbenp.prettier-vscode"
 | 
						|
  ]
 | 
						|
}
 |