Replies: 1 comment 1 reply
-
|
This is a known issue with Continue in GitHub Codespaces — the blank white screen with no Most likely cause: Codespace network/port restriction Fix 1 — Force the extension host to restart:
Fix 2 — Check extension host logs:
Fix 3 — Pin a specific version: {
"extensions": ["continue.continue@0.9.x"]
}Fix 4 — Create models:
- name: Free Trial
provider: free-trialThen restart the extension host. If none of these work, check the Continue GitHub issues for your specific extension version — Codespace support has had intermittent regressions. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Continue extension used to work normally in my GitHub Codespace environment (I was able to configure and use it with multiple API providers like Pollinations, DeepSeek, etc.). However, suddenly it stopped loading.
Now, even after reinstalling the extension, recreating the Codespace from scratch, and installing Continue alone (without any custom config), the sidebar remains completely white. (No welcome screen, no chat panel, no error notification)
Additionally, the ~/.continue/ folder is never created.
Beta Was this translation helpful? Give feedback.
All reactions