Initial commit
This commit is contained in:
		
							
								
								
									
										14
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
{
 | 
			
		||||
	"name": "Rust",
 | 
			
		||||
	"dockerFile": "Dockerfile",
 | 
			
		||||
	"extensions": [
 | 
			
		||||
		"rust-lang.rust",
 | 
			
		||||
		"bungcip.better-toml",
 | 
			
		||||
		"vadimcn.vscode-lldb"
 | 
			
		||||
	],
 | 
			
		||||
	"runArgs": [
 | 
			
		||||
		"--cap-add=SYS_PTRACE",
 | 
			
		||||
		"--security-opt",
 | 
			
		||||
		"seccomp=unconfined"
 | 
			
		||||
	]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user