Skip to content

Commit 99b7dbb

Browse files
committed
adding webrtc
1 parent 723f981 commit 99b7dbb

File tree

9 files changed

+336
-216
lines changed

9 files changed

+336
-216
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
1-
# vscode-teletype
2-
VS Code Teletype extension for Creating CoEditing skeleton for Eclipse Che and Theia
1+
# VS Code Extension with Teletype Libraries (Development in Progress)
2+
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.
3+
4+
## Running the extension in VS Code
5+
6+
- Clone the respository to your local system
7+
```
8+
git clone [email protected]:Rijul5/vscode-teletype.git
9+
```
10+
11+
- Open terminal and navigate to the cloned respository and use command _code_ in the terminal to launch VS Code.
12+
```
13+
code
14+
```
15+
<img src="figs/code.png" width="700" height="400" alt="Launch VS Code">
16+
17+
- Inside the editor, press _F5_ to compile and launch your extension in a new _Extension Development Host_ window.
18+
19+
<img src="figs/window.png" width="700" height="400" alt="Launch VS Code">
20+
21+
- 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.
22+
23+
<img src="figs/command_view.png" width="700" height="400" alt="Launch VS Code">
24+
25+
- Use command _Join Portal_ in the Command Palette to join the session launched be Teletype Host.
26+
27+
<img src="figs/join_portal.png" width="700" height="400" alt="Launch VS Code">
28+

figs/code.png

156 KB
Loading

figs/command_view.png

171 KB
Loading

figs/join_portal.png

174 KB
Loading

figs/window.png

122 KB
Loading

0 commit comments

Comments
 (0)