diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index f9473409d..44c6be49d 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -6,4 +6,6 @@ RUN sudo apt-get update && sudo apt-get install -y \ libdbus-1-dev \ build-essential \ libelf-dev \ - libseccomp-dev \ No newline at end of file + libseccomp-dev + +RUN rustup component add clippy rls rust-analysis rust-src rust-docs rustfmt \ No newline at end of file diff --git a/.gitpod.yml b/.gitpod.yml index f9579231c..79951f8f1 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -6,4 +6,7 @@ tasks: github: prebuilds: pullRequestsFromForks: true - addBadge: true \ No newline at end of file + addBadge: true +vscode: + extensions: + - matklad.rust-analyzer \ No newline at end of file