diff --git a/scrypto-dev-container/.devcontainer/devcontainer.json b/scrypto-dev-container/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..1a098d50fb --- /dev/null +++ b/scrypto-dev-container/.devcontainer/devcontainer.json @@ -0,0 +1,13 @@ +{ + "name": "Radix Scrypto", + "image": "radixdlt/scrypto-dev-container", + "customizations": { + "vscode": { + "extensions": [ + "rust-lang.rust-analyzer", + "tamasfe.even-better-toml", + "radixpublishing.radix-developer-tools" + ] + } + } +}