From 4281ac795380bec99d8c50103557c12b187b4857 Mon Sep 17 00:00:00 2001 From: Sean Hellum Date: Tue, 28 Apr 2020 14:03:54 +0000 Subject: [PATCH] [full] add bash auto-complete for cargo --- full/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full/Dockerfile b/full/Dockerfile index 5c717160d..5e610e2bd 100644 --- a/full/Dockerfile +++ b/full/Dockerfile @@ -263,7 +263,7 @@ RUN cp /home/gitpod/.profile /home/gitpod/.profile_orig && \ rls \ rust-analysis \ rust-src \ - && .cargo/bin/rustup completions bash | sudo tee /etc/bash_completion.d/rustup.bash-completion > /dev/null \ + && .cargo/bin/rustup completions bash cargo | sudo tee /etc/bash_completion.d/rustup.bash-completion > /dev/null \ && .cargo/bin/rustup target add x86_64-unknown-linux-musl \ && grep -v -F -x -f /home/gitpod/.profile_orig /home/gitpod/.profile > /home/gitpod/.bashrc.d/80-rust