Move settings into new devcontainer.json property
This commit is contained in:
		@@ -10,5 +10,8 @@
 | 
			
		||||
		"--cap-add=SYS_PTRACE",
 | 
			
		||||
		"--security-opt",
 | 
			
		||||
		"seccomp=unconfined"
 | 
			
		||||
	]
 | 
			
		||||
	],
 | 
			
		||||
	"settings": {
 | 
			
		||||
		"lldb.executable": "/usr/bin/lldb-3.9"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user