Skip to content

Commit

Permalink
Merge pull request #717 from utam0k/improve/gitpod-rust-analyzer
Browse files Browse the repository at this point in the history
add the rust-analyzer for gitpod.
  • Loading branch information
Furisto authored Feb 20, 2022
2 parents 73dc75c + 9513398 commit 9939d9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ RUN sudo apt-get update && sudo apt-get install -y \
libdbus-1-dev \
build-essential \
libelf-dev \
libseccomp-dev
libseccomp-dev

RUN rustup component add clippy rls rust-analysis rust-src rust-docs rustfmt
5 changes: 4 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ tasks:
github:
prebuilds:
pullRequestsFromForks: true
addBadge: true
addBadge: true
vscode:
extensions:
- matklad.rust-analyzer

0 comments on commit 9939d9b

Please sign in to comment.