This repository is for the VS Code extension with Teletype libraries. This extension can be executed in Eclipse Che sidecar as a remote plugin. The aim of this extension is to implement the CoEditing skeleton for Eclipse Che and Theia so that contributors can have the experience similar to Google Docs. This skeleton can be further used for mentoring sessions, code reviews, and co-editing.
- Clone the respository to your local system
git clone https://github.com/che-incubator/vscode-teletype-guest.git
- Open terminal and navigate to the cloned respository and use command code in the terminal to launch VS Code.
code
- Inside the editor, press F5 to compile and launch your extension in a new Extension Development Host window.
- Inside the Extension Development Host window, use command CTRL + SHIFT + P to open the Command Palette and to find the commands associated with this extension.
- Use command Join Portal in the Command Palette to join the session launched be Teletype Host.