Move settings into new devcontainer.json property
This commit is contained in:
		@@ -5,9 +5,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
FROM rust:1
 | 
					FROM rust:1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Copy endpoint specific user setting overrides into container
 | 
					 | 
				
			||||||
COPY settings.vscode.json /root/.vscode-remote/data/Machine/settings.json
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
RUN rustup update 2>&1
 | 
					RUN rustup update 2>&1
 | 
				
			||||||
RUN rustup component add rls rust-analysis rust-src 2>&1
 | 
					RUN rustup component add rls rust-analysis rust-src 2>&1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,5 +10,8 @@
 | 
				
			|||||||
		"--cap-add=SYS_PTRACE",
 | 
							"--cap-add=SYS_PTRACE",
 | 
				
			||||||
		"--security-opt",
 | 
							"--security-opt",
 | 
				
			||||||
		"seccomp=unconfined"
 | 
							"seccomp=unconfined"
 | 
				
			||||||
	]
 | 
						],
 | 
				
			||||||
 | 
						"settings": {
 | 
				
			||||||
 | 
							"lldb.executable": "/usr/bin/lldb-3.9"
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -1,3 +0,0 @@
 | 
				
			|||||||
{
 | 
					 | 
				
			||||||
    "lldb.executable": "/usr/bin/lldb-3.9"
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user