mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	add devcontainer for tea (#582)
Reviewed-on: https://gitea.com/gitea/tea/pulls/582 Co-authored-by: techknowlogick <hello@techknowlogick.com> Co-committed-by: techknowlogick <hello@techknowlogick.com>
This commit is contained in:
		 techknowlogick
					techknowlogick
				
			
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			 techknowlogick
						techknowlogick
					
				
			
						parent
						
							615cd31eb2
						
					
				
				
					commit
					9e1919ec0a
				
			
							
								
								
									
										20
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | |||||||
|  | { | ||||||
|  |   "name": "Tea DevContainer", | ||||||
|  |   "image": "mcr.microsoft.com/devcontainers/go:1.21-bullseye", | ||||||
|  |   "features": { | ||||||
|  |     "ghcr.io/devcontainers/features/git-lfs:1.1.0": {} | ||||||
|  |   }, | ||||||
|  |   "customizations": { | ||||||
|  |     "vscode": { | ||||||
|  |       "settings": {}, | ||||||
|  |       "extensions": [ | ||||||
|  |         "editorconfig.editorconfig", | ||||||
|  |         "golang.go", | ||||||
|  |         "stylelint.vscode-stylelint", | ||||||
|  |         "DavidAnson.vscode-markdownlint", | ||||||
|  |         "ms-azuretools.vscode-docker", | ||||||
|  |         "GitHub.vscode-pull-request-github" | ||||||
|  |       ] | ||||||
|  |     } | ||||||
|  |   } | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user