# Continue Blank Screen Fix ## Solution 1: Reload Window 1. Press `Ctrl+Shift+P` 2. Type: `Developer: Reload Window` 3. Press Enter 4. Wait for VS Code: to reload 5. Press `Ctrl+L` to open Continue ## Solution 2: Re-install Continue Extension 1. Click Extensions icon (left sidebar) 2. Find "Continue" 3. Click "Uninstall" 4. Reload window (`Ctrl+Shift+P` → `Developer: Reload Window`) 5. Re-install from Extensions marketplace 6. Reload again ## Solution 3: Manual Config Trigger 1. Press `Ctrl+Shift+P` 2. Type: `Continue: Open Config` 3. This should force the sidebar to initialize ## Solution 4: Check Browser Console 1. Press `F12` (or `Ctrl+Shift+I`) in browser 2. Check Console tab for errors 3. If CORS errors or 404s, the API base URL might need adjustment ## Alternative: Use Cline Instead Cline may work more reliably in code-server: 1. Look for Cline icon in sidebar (looks like a chat bubble) 2. Or press `Ctrl+Shift+P` → `Cline: Open Cline` 3. Configure API: OpenAI Compatible 4. Base URL: `http://192.168.5.216:18789/v1` 5. API Key: `b57af42cfbf49b28363da85b896228cbd86e90796fbc09a3` 6. Model: `openclaw:main`