Skip to content
Robert Brisita edited this page Jun 16, 2022 · 2 revisions

This fork is working towards v1.0.0 that supports Linux, OS X, and Windows. These VSCode updates are not yet found in the marketplace.

Install code CLI

A working folder (project folder) aka workspace is a folder containing code that you want to manipulate.

The folders:

  • .vscode
  • .vscode/extensions

Should already exist in the working folder.

Build

git clone [email protected]:rbrisita/codio-sui.git
cd codio-sui
npm install
npx vsce package

This will create a VSIX file. Copy that file into a working folder.

Install

In a working folder:

code --extensions-dir .\.vscode\extensions --install-extension codio-sui-0.14.25.vsix --force

Run

In the same working folder:

code --disable-workspace-trust --extensions-dir .\.vscode\extensions .

Enjoy!

Clone this wiki locally