mirror of
				https://gitea.com/gitea/gitea-mcp.git
				synced 2025-11-04 04:11:50 +00:00 
			
		
		
		
	add devcontainer
This commit is contained in:
		
							
								
								
									
										19
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,19 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "Gitea MCP DevContainer",
 | 
			
		||||
    "image": "mcr.microsoft.com/devcontainers/go:1.24-bookworm",
 | 
			
		||||
    "features": {
 | 
			
		||||
    },
 | 
			
		||||
    "customizations": {
 | 
			
		||||
      "vscode": {
 | 
			
		||||
        "settings": {},
 | 
			
		||||
        "extensions": [
 | 
			
		||||
          "editorconfig.editorconfig",
 | 
			
		||||
          "dbaeumer.vscode-eslint",
 | 
			
		||||
          "golang.go",
 | 
			
		||||
          "stylelint.vscode-stylelint",
 | 
			
		||||
          "DavidAnson.vscode-markdownlint",
 | 
			
		||||
          "github.copilot"
 | 
			
		||||
        ]
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
		Reference in New Issue
	
	Block a user