diff --git a/src/content/docs/cloudflare-one/faq/troubleshooting.mdx b/src/content/docs/cloudflare-one/faq/troubleshooting.mdx index 8dc6b5115000cd9..b694f1102ce1bd4 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.