From ab83e33188ffd4e72b2d80ad6103b1108df0e7d1 Mon Sep 17 00:00:00 2001 From: daflyinbed <1677759063@qq.com> Date: Thu, 25 Apr 2024 23:07:06 +0800 Subject: [PATCH] feat: add extension --- .github/workflows/rust.yml | 4 ++-- devcontainers/rust/.devcontainer/devcontainer.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 323820f..d1f8e48 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -24,6 +24,6 @@ jobs: - name: Pre-build php dev container image uses: devcontainers/ci@v0.3 with: - imageName: ghcr.io/mooncellwiki/mw-devcontainer + imageName: ghcr.io/mooncellwiki/torappu-backend-devcontainer push: always - subFolder: ./devcontainers/php + subFolder: ./devcontainers/rust diff --git a/devcontainers/rust/.devcontainer/devcontainer.json b/devcontainers/rust/.devcontainer/devcontainer.json index 6f92c47..b99f3aa 100644 --- a/devcontainers/rust/.devcontainer/devcontainer.json +++ b/devcontainers/rust/.devcontainer/devcontainer.json @@ -24,6 +24,7 @@ "extensions": [ "ckolkman.vscode-postgres", "rust-lang.rust-analyzer", + "serayuzgur.crates", "mhutchie.git-graph" ] }