Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When running “Reopen in container,” the connection hangs indefinitely on the loading screen and never completes.
Steps to Reproduce
- Open Cursor on the host machine
- Press Ctrl+P and run “Connect Current Window to Host” to SSH into a remote Linux machine
- Open a folder that contains a devcontainer configuration
- Run “Reopen in Container”
- The loading screen appears and hangs indefinitely
Expected Behavior
Cursor should successfully install the Cursor Server inside the container and attach to it, completing the Dev Container setup without hanging.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Linux
Version Information
Version: 3.0.13 (user setup)
VSCode Version: 1.105.1
Commit: 48a15759f53cd5fc9b5c20936ad7d79847d914b0
Date: 2026-04-07T03:05:17.114Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.22631Connecting the dev container via SSH from Windows
Additional Information
Devcontainer Extension: 1.0.32
The following errors appear in the Developer Tools console:
Failed to install Cursor server: The "path" argument must be of type string. Received undefined
ERR [LocalProcess1][resolveAuthority(dev-container,1)][3868ms] returned an error {code: 'NoResolverFound', message: 'No remote extension installed to resolve ssh-remote.'}
repeatedly running “Reload Window” via Ctrl+P may eventually allow the connection to succeed, but this is not reliable and requires multiple attempts.
- Related Failed to install Cursor server: The "path" argument must be of type string. Received undefined
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
