Update devcontainer

This commit is contained in:
2022-05-27 12:14:54 +00:00
committed by GitHub
parent 106cb7347e
commit c4ebd8d151
2 changed files with 5 additions and 4 deletions

View File

@@ -39,3 +39,5 @@ RUN cd ~ && git clone --depth 1 'https://git.ffmpeg.org/ffmpeg.git' && cd ffmpeg
RUN curl https://sh.rustup.rs -sSf | \
sh -s -- --default-toolchain nightly -y
ENV PATH=/root/.cargo/bin:$PATH
# Enable GPG sign by default
RUN git config commit.gpgsign true

View File

@@ -4,9 +4,7 @@
"dockerfile": "Dockerfile"
},
"extensions": [
"rust-lang.rust-analyzer",
"GitHub.copilot",
"ms-vscode.hexeditor"
"rust-lang.rust-analyzer"
],
"settings": {
"rust-analyzer.cargo.features": [
@@ -24,5 +22,6 @@
}
}
}
}
},
"postCreateCommand": "cd /workspaces/pixiv_downloader && git submodule update --init"
}