mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Visual Studio Code: Set Workspace recommended extensions (#1398)
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
This commit is contained in:
		
							
								
								
									
										8
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
{
 | 
			
		||||
  "recommendations": [
 | 
			
		||||
    "bmalehorn.shell-syntax",
 | 
			
		||||
    "timonwong.shellcheck",
 | 
			
		||||
    "foxundermoon.shell-format"
 | 
			
		||||
  ],
 | 
			
		||||
  "unwantedRecommendations": []
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user