From b8faba774a5109e20b7865022947b643c4c2da37 Mon Sep 17 00:00:00 2001 From: Julien Eluard Date: Thu, 15 Oct 2020 16:23:00 +0200 Subject: [PATCH] Added new menu option --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 249b039..6e6d76b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -16,5 +16,11 @@ ], "preCreateCommand": "cargo build --release && cargo check", "postStartCommand": "./target/release/node-template --dev --ws-external", + "menuActions": [ + {"id": "polkadotjs", + "label": "Open PolkadotJS Apps", + "type": "external-preview", + "args": ["https://polkadot.js.org/apps/?rpc=wss%3A%2F%2F/$HOST/wss"]} + ], "image": "paritytech/substrate-playground-template-node-template:latest" }