This repo is not supported anymore. There are no replacement.
Manage your node, runtime, browse and install pallets, manage your accounts and your smart contracts within VSCode.
A complete list of features and walkthrough is available in this document.
Visit the extension's page on Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=paritytech.vscode-substrate
This extension is work in progress and is in active development. Please report any issues you encounter.
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install paritytech.vscode-substrate
Alternatively, search for "VSCode Substrate" in the extension marketplace.
Clone, run yarn to install the dependencies, open the folder in VSCode, run the command "Debug: Start Debugging" to launch a new VSCode instance with the extension running.
Bump the version in package.json, tag your commit with the version number (vX.X.X) and push. This will trigger the GitHub Action and publish the new version on VSCode Marketplace as well as create a new release on GitHub. Release information can be edited manually and added to CHANGELOG.md
