mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Codify the Recommended VS Code Extensions: - [Shell Syntax](https://marketplace.visualstudio.com/items?itemName=bmalehorn.shell-syntax) - [ShellCheck](https://marketplace.visualstudio.com/items?itemName=timonwong.shellcheck) - [Shell Format](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format) Documentation: https://code.visualstudio.com/docs/editor/extension-marketplace#_workspace-recommended-extensions
		
			
				
	
	
		
			9 lines
		
	
	
		
			154 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			154 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "recommendations": [
 | 
						|
    "bmalehorn.shell-syntax",
 | 
						|
    "timonwong.shellcheck",
 | 
						|
    "foxundermoon.shell-format"
 | 
						|
  ],
 | 
						|
  "unwantedRecommendations": []
 | 
						|
}
 |