Skip to content

Commit

Permalink
feat: add extension
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed committed Apr 25, 2024
1 parent 40be7c5 commit ab83e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Pre-build php dev container image
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/mooncellwiki/mw-devcontainer
imageName: ghcr.io/mooncellwiki/torappu-backend-devcontainer
push: always
subFolder: ./devcontainers/php
subFolder: ./devcontainers/rust
1 change: 1 addition & 0 deletions devcontainers/rust/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"extensions": [
"ckolkman.vscode-postgres",
"rust-lang.rust-analyzer",
"serayuzgur.crates",
"mhutchie.git-graph"
]
}
Expand Down

0 comments on commit ab83e33

Please sign in to comment.