From ff657336b3e5ae4838bf0ca8a28ae34ba2db8875 Mon Sep 17 00:00:00 2001 From: Ilkhom Abdusamatov <91212306+air-31@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:03:02 +0200 Subject: [PATCH] remove the broken links in standalone documentation --- provisioning/standalone/vscode/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioning/standalone/vscode/README.md b/provisioning/standalone/vscode/README.md index db62ae5f2..edb17f78d 100644 --- a/provisioning/standalone/vscode/README.md +++ b/provisioning/standalone/vscode/README.md @@ -1,6 +1,6 @@ # Visual Studio Code -This is a **server-based** version with a **Web Interface** of the popular editor [**VS-Code**](https://code.visualstudio.com/) by [**Microsoft®**](https://www.microsoft.com/en-us/). +This is a **server-based** version with a **Web Interface** of the popular editor [**VS-Code**](https://code.visualstudio.com/) by **Microsoft®**. _It is based on the [**code-server**](https://github.com/coder/code-server) project by [**Coder**](https://github.com/coder)_ @@ -102,7 +102,7 @@ docker run -e CROWNLABS_LISTEN_PORT=8001 -it --rm -p 8001:8001 vscode-c-cpp --di ## Codetogether -**Vscode images** support [**codetogether**](https://www.codetogether.com/) extension and API, which allow **social-coding** between multiple vscode instances (similarly to **[liveshare](https://visualstudio.microsoft.com/it/services/live-share/)** by [**Microsoft®**](https://www.microsoft.com/en-us/). This [video](https://youtu.be/l4yTfduxptw) shows what it can do. To enable an image to use **codetogether** it is necessary to build it with the `CODETOGETHER_ENABLED_ARG=true` build argument. +**Vscode images** support [**codetogether**](https://www.codetogether.com/) extension and API, which allow **social-coding** between multiple vscode instances (similarly to **[liveshare](https://visualstudio.microsoft.com/it/services/live-share/)** by **Microsoft®**. This [video](https://youtu.be/l4yTfduxptw) shows what it can do. To enable an image to use **codetogether** it is necessary to build it with the `CODETOGETHER_ENABLED_ARG=true` build argument. For example: