From 213b29ba21f9c65ff86b0038048a1b9df9c15bde Mon Sep 17 00:00:00 2001 From: Kate Tungusova Date: Thu, 20 Mar 2025 17:46:04 +0100 Subject: [PATCH] [CF1] liveshare with warp solution --- .../docs/cloudflare-one/faq/troubleshooting.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/content/docs/cloudflare-one/faq/troubleshooting.mdx b/src/content/docs/cloudflare-one/faq/troubleshooting.mdx index 8dc6b5115000cd..b694f1102ce1bd 100644 --- a/src/content/docs/cloudflare-one/faq/troubleshooting.mdx +++ b/src/content/docs/cloudflare-one/faq/troubleshooting.mdx @@ -319,3 +319,14 @@ You must ensure the host device is included in the WARP tunnel while excluding t 1. Review the WSL2 environment's IP address and compare it with the laptop’s IP. 2. Check if the WSL network is [included in the split tunnel configuration](/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/split-tunnels/#change-split-tunnels-mode). 3. If the WSL network is included, exclude it from the split tunnel to prevent connectivity issues. + +## LiveShare is not working while using WARP. + +Microsoft VS Code's LiveShare extension does not work by default with Cloudflare WARP. + +To enable LiveShare while using WARP: + +1. Open VS Code. +2. Open the `settings.json` file or open **Settings** in the VS Code UI. +3. Search for `liveshare.connectionMode` and set its value to `relay`. +4. Restart VS Code.