mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 09:15:26 +01:00 
			
		
		
		
	 a010c9bc7f
			
		
	
	a010c9bc7f
	
	
	
		
			
			Reviewed-on: https://gitea.com/gitea/tea/pulls/773 Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			512 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			512 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "Tea DevContainer",
 | |
|   "image": "mcr.microsoft.com/devcontainers/go:1.24-bullseye",
 | |
|   "features": {
 | |
|     "ghcr.io/devcontainers/features/git-lfs:1.2.5": {}
 | |
|   },
 | |
|   "customizations": {
 | |
|     "vscode": {
 | |
|       "settings": {},
 | |
|       "extensions": [
 | |
|         "editorconfig.editorconfig",
 | |
|         "golang.go",
 | |
|         "stylelint.vscode-stylelint",
 | |
|         "DavidAnson.vscode-markdownlint",
 | |
|         "ms-azuretools.vscode-docker",
 | |
|         "GitHub.vscode-pull-request-github"
 | |
|       ]
 | |
|     }
 | |
|   }
 | |
| } |