diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000000..3ada93b7eb5 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -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" + ] + } + } +}