Setup vs code and theia/gitpod for debugging rust"

This commit is contained in:
TheAnyKey
2020-06-30 16:25:44 +00:00
parent e11285a974
commit c03617daf9
4 changed files with 39 additions and 0 deletions

7
.gitpod.Dockerfile vendored
View File

@@ -11,4 +11,11 @@ RUN rm -rf ~/.rustup && \
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh && \
rustup target add wasm32-unknown-unknown
RUN sudo apt-get -q update \
&& sudo apt-get install -yq \
libpython3.6 \
rust-lldb \
&& sudo rm -rf /var/lib/apt/lists/*
ENV RUST_LLDB=/usr/bin/lldb-8
USER root