You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/faq/troubleshooting.mdx
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,3 +319,14 @@ You must ensure the host device is included in the WARP tunnel while excluding t
319
319
1. Review the WSL2 environment's IP address and compare it with the laptop’s IP.
320
320
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).
321
321
3. If the WSL network is included, exclude it from the split tunnel to prevent connectivity issues.
322
+
323
+
## LiveShare is not working while using WARP.
324
+
325
+
Microsoft VS Code's LiveShare extension does not work by default with Cloudflare WARP.
326
+
327
+
To enable LiveShare while using WARP:
328
+
329
+
1. Open VS Code.
330
+
2. Open the `settings.json` file or open **Settings** in the VS Code UI.
331
+
3. Search for `liveshare.connectionMode` and set its value to `relay`.
0 commit comments