Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 6781b8c

Browse files
committed
move rust to top level, fix Dockerfile
1 parent 804a83e commit 6781b8c

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

containers/rust/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
FROM rust:1
77

88
# Copy endpoint specific user setting overrides into container
9-
COPY settings.vscode.json /root/.vscode-remote/data/User/settings.json
9+
COPY .devcontainer/settings.vscode.json /root/.vscode-remote/data/User/settings.json
1010

1111
RUN rustup update
1212
RUN rustup component add rls rust-analysis rust-src
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)