1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-08 00:26:14 +02:00

add the rust-analyzer for gitpod.

This commit is contained in:
utam0k 2022-02-17 13:05:00 +00:00
parent f8ad0278d7
commit 9513398a3b
2 changed files with 7 additions and 2 deletions

4
.gitpod.Dockerfile vendored
View File

@ -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

View File

@ -6,4 +6,7 @@ tasks:
github:
prebuilds:
pullRequestsFromForks: true
addBadge: true
addBadge: true
vscode:
extensions:
- matklad.rust-analyzer