Issue Description
Users are experiencing PendingMigrationError when using the Coder Remote extension with newer versions of VS Code. This appears to be related to a breaking change in the VS Code extension API where navigator is now a global in Node.js.
Error Details
PendingMigrationError: navigator is now a global in nodejs, please see https://aka.ms/vscode-extensions/navigator for additional info on this error.
at get (file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/workbench/api/node/extensionHostProcess.js:361:1437)
at Object.<anonymous> (/Users/sergei.zenin/.vscode/extensions/ms-vscode-remote.remote-ssh-0.120.0/out/extension.js:2:486184)
at 19534 (/Users/sergei.zenin/.vscode/extensions/ms-vscode-remote.remote-ssh-0.120.0/out/extension.js:2:504894)
Context
Potential Solutions
- User workaround: Add setting
"extensions.supportNodeGlobalNavigator": true to VS Code settings.json
- Extension fix: Update the extension to handle the new Node.js global navigator properly
Impact
Users report being stuck on "downloading vs code server" when connecting to workspaces through both Coder Desktop and the web UI.
Environment
- VS Code: 1.101.2 (1.102 available)
- Remote SSH: 0.120.0
- Coder Remote: 1.9.2
Issue Description
Users are experiencing
PendingMigrationErrorwhen using the Coder Remote extension with newer versions of VS Code. This appears to be related to a breaking change in the VS Code extension API wherenavigatoris now a global in Node.js.Error Details
Context
Potential Solutions
"extensions.supportNodeGlobalNavigator": trueto VS Code settings.jsonImpact
Users report being stuck on "downloading vs code server" when connecting to workspaces through both Coder Desktop and the web UI.
Environment