Skip to content

Commit

Permalink
Set up for codespaces (#201)
Browse files Browse the repository at this point in the history
Sets up this repo for using GitHub Codespaces following the [official
guide](https://docs.fuel.network/guides/installation/codespace/)
  • Loading branch information
dmihal authored Nov 10, 2023
1 parent bafb4a9 commit c06db51
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/common-utils:1": {},
"ghcr.io/FuelLabs/devcontainer-features/fuelup:1.0.1": {},
"ghcr.io/devcontainers/features/rust:1": {},
},
"customizations": {
"vscode": {
"extensions": [
"fuellabs.sway-vscode-plugin",
"rust-lang.rust-analyzer"
]
}
}
}

0 comments on commit c06db51

Please sign in to comment.