diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000000..0eb15c1ac5ddc --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,21 @@ +"features": { + "ghcr.io/devcontainers/features/common-utils:1": {}, + "ghcr.io/FuelLabs/devcontainer-features/fuelup:1.0.1": {}, +} + +{ + "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" + ] + } + } +}