Move settings into devcontainer.json
This commit is contained in:
		@@ -9,5 +9,8 @@
 | 
			
		||||
		"--cap-add=SYS_PTRACE",
 | 
			
		||||
		"--security-opt",
 | 
			
		||||
		"seccomp=unconfined"
 | 
			
		||||
	]
 | 
			
		||||
	],
 | 
			
		||||
	"settings": {
 | 
			
		||||
		"go.gopath": "/go"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user