Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 authored Jan 17, 2025
1 parent 9155cdf commit f05df03
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
{
"name": "Ruffle Dev Container",
"image": "mcr.microsoft.com/vscode/devcontainers/rust:latest",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"name": "Rust and TypeScript Dev Container",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/rust:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/typescript:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"esbenp.prettier-vscode"
]
}
}
}

0 comments on commit f05df03

Please sign in to comment.