forked from wix-incubator/codio
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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.
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.
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.
In a working folder:
code --extensions-dir .\.vscode\extensions --install-extension codio-sui-0.14.25.vsix --force
In the same working folder:
code --disable-workspace-trust --extensions-dir .\.vscode\extensions .
Enjoy!