Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Getting theia to run on Windows

jthoene edited this page Sep 22, 2020 · 6 revisions
  1. goto solidity-ide/extensions/vscode-theia
  2. copy the generated vscode extension to the plugins-folder
  3. open commandline
  4. run yarn
  5. run yarn theia build
  6. run yarn theia start ./my-workspace --hostname 0.0.0.0 --port 8080 --plugins=local-dir:./plugins
  7. open http://localhost:8080 in your browser
Clone this wiki locally