dfinity / vscode-motoko

Motoko language support for VS Code.
Apache License 2.0
42 stars 15 forks source link

Add cross-platform Motoko Playground canister deployment #204

Closed rvanasa closed 1 year ago

rvanasa commented 1 year ago

This PR implements a "Motoko: Deploy (20 minutes)" command which makes it possible to deploy a local VS Code project to the IC via Motoko Playground:

image

This feature uses the motoko and ic0 npm packages in place of dfx, allowing prospective IC developers to modify and run local Motoko projects without the need to install anything else on their system. This is especially useful for Windows users who would otherwise need to install WSL for the dfx deploy --playground command.

Progress:

Future work:

crusso commented 1 year ago

That is indeed cool!