11 lines
		
	
	
		
			279 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			279 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  // See https://go.microsoft.com/fwlink/?LinkId=827846
 | 
						|
  // for the documentation about the extensions.json format
 | 
						|
  "recommendations": [
 | 
						|
    "EditorConfig.EditorConfig",
 | 
						|
    // Code formatter using prettier
 | 
						|
    "esbenp.prettier-vscode",
 | 
						|
    "nefrob.vscode-just-syntax"
 | 
						|
  ]
 | 
						|
}
 |