1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2024-12-26 20:25:25 +00:00
code-server-2/docs/collaboration.md
Leonardo Galesky 0de9c07f0a
Apply suggestions from @bpmct's code review
Co-authored-by: Ben Potter <me@bpmct.net>
2021-09-13 11:08:27 -03:00

1.0 KiB

Collaboration

With third-party extensions, you can use code-server to collaborate with other developers in real time.

Code sharing using Duckly

Duckly 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.
SERVICE_URL=https://open-vsx.org/vscode/gallery \
  ITEM_URL=https://open-vsx.org/vscode/item \
  code-server --install-extension gitduck.code-streaming
  1. 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 page and skip the installation step.