Move settings into new devcontainer.json property
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
|
||||
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 component add rls rust-analysis rust-src 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user