Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/content/docs/cloudflare-one/faq/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading