Remote tunnel still not working

The release notes say remote tunnels are working, but I haven’t been able to get them to work for me. I get these errors in the console when I try to connect to my Windows machine from my MacBook:

[Extension Host] Tunnel connection closed Error: StatusError(StatusError { url: “https://update.code.visualstudio.com/commit:a915e3254b1192ce240c078da83fc1768a6e3e90/server-win32-x64/stable”, status_code: 404, body: “Not Found” })
at Object.resolve (/Users/jdar/.cursor/extensions/ms-vscode.remote-server-1.5.2/dist/node/proxyServer.js:2:569341)
at /Users/jdar/.cursor/extensions/ms-vscode.remote-server-1.5.2/dist/node/proxyServer.js:2:568046
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
console.error @ workbench.desktop.main.js:21870
workbench.desktop.main.js:21870 [Extension Host] Tunnel connection closed Error:
at /Users/jdar/.cursor/extensions/ms-vscode.remote-server-1.5.2/dist/node/extension.js:2:913585
at /Users/jdar/.cursor/extensions/ms-vscode.remote-server-1.5.2/dist/node/extension.js:2:897045
at i.fire (/Users/jdar/.cursor/extensions/ms-vscode.remote-server-1.5.2/dist/node/extension.js:2:1006842)
at /Users/jdar/.cursor/extensions/ms-vscode.remote-server-1.5.2/dist/node/extension.js:2:895538
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
console.error @ workbench.desktop.main.js:21870
workbench.desktop.main.js:1187 WebSocket connection to ‘ws://127.0.0.1:52853/stable-a915e3254b1192ce240c078da83fc1768a6e3e90?reconnectionToken=41b4ef6a-fdad-4f5e-94b9-b9a2f30bba7d&reconnection=false&skipWebSocketFrames=false’ failed:
w @ workbench.desktop.main.js:1187
workbench.desktop.main.js:21870 [Extension Host] Tunnel connection closed undefined

We only support Linux-based remote hosts at the moment, unfortunately! (see Cursor - Built Software Faster)

Oh ok. I actually want to get to WSL. Wonder if I can set up a tunnel to it directly

Nope. I can set up vscode inside WSL and enable tunnels and connect directly to this WSL tunnel from vscode, but it still fails in a similar way in Cursor even though the remote host is Linux (sorta).