-
Notifications
You must be signed in to change notification settings - Fork 6k
Add docs around using duckly for collaboration #4144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
ff34097
Merge pull request #1 from cdr/main
galesky 8c2e566
docs(): create code sharing docs
galesky c43cb5b
ci(docs): fix formatting
galesky 0de9c07
Apply suggestions from @bpmct's code review
galesky 7be9972
fix(docs): update collaboration svg icon
galesky File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Collaboration | ||
|
||
With third-party extensions, you can use code-server to collaborate with other developers in real time. | ||
|
||
## Code sharing using Duckly | ||
|
||
[Duckly](https://duckly.com/) allows you to share your code in real-time even with people using different IDEs (like JetBrains and VSCode). | ||
|
||
- Cross-IDE support, | ||
- Real-time typing, | ||
- P2P encrypted, | ||
- Voice and audio chat, | ||
- Terminal sharing | ||
|
||
### Installing the Duckly Extension | ||
|
||
Duckly uses an extension to provide real time sharing features | ||
|
||
1. Install the Duckly extension from OpenVSX on `code-server`. | ||
|
||
```bash | ||
SERVICE_URL=https://open-vsx.org/vscode/gallery \ | ||
ITEM_URL=https://open-vsx.org/vscode/item \ | ||
code-server --install-extension gitduck.code-streaming | ||
``` | ||
|
||
2. Refresh you `code-server` window. You should now be able to see the Duckly extension. | ||
|
||
### Sharing with Duckly | ||
|
||
As `code-server` is based on VS Code, you can follow the steps described on Duckly's [Pair programming with VS Code](https://duckly.com/tools/vscode) page and skip the installation step. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is using the same icon from the
Usage
section. I did not know from which icon library to get a new one, will need some help with thatThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @jsjoeio @BrunoQuaresma
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BrunoQuaresma can you let us know which icon we should use for Collaboration and help @galesky out here?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is the SVG
Here is the icon:

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing! Thanks @BrunoQuaresma
@galesky do you mind using this SVG instead? Then you can @ me once it's changed and we can get this merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @BrunoQuaresma!
I just committed the new SVG, I think we are ready to merge
It's a pity that the 'docs preview pipeline' is failing :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
I know, we're super sorry about that :( We just added it a couple weeks ago and didn't anticipate this issue. I added it to the next milestone so it's being prioritized: #4027
I'll merge this!
Thank you again!♥️