continue
continue copied to clipboard
VSC WSL Agents Unable to Access Index and WSL - No Output Logs And Others
Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows 10
- Continue version:0.8.66
- IDE version:
- Model:
- config.json:
Description
Environment
- VSCode running in WSL
- Windows 10/11 [please specify]
- Continue.dev version: 0.8.66
- WSL: Ubuntu [22.04]
Core Issues
-
Competing Processes
- Continue.dev seems to run separate processes in Windows and WSL
- Results in file locking issues and configuration conflicts
- Get "EBUSY: resource busy or locked" errors when trying to access index.sqlite
- Although indexing completes, claude is unable to access the indexed files
- Missing continue options in right click menu
-
Configuration Path Conflicts
- Config button routes to Windows path even when running in WSL
- Setting
CONTINUE_CONFIG_PATHandCONTINUE_INDEX_PATHdoesn't resolve - The workaround from #2253 (setting
remote.extensionKind) only partially works
-
Inconsistent Functionality
- No logging output in either environment
- Files don't show as indexed
- Right-click context menu options missing
- Features work inconsistently between Windows/WSL environments
Attempted Solutions
-
Environment Variables:
CONTINUE_CONFIG_PATH="/home/turbo/projects/CopyBot/.continue/config.json" CONTINUE_INDEX_PATH="/home/turbo/projects/CopyBot/.continue/index" -
VSCode Settings:
{ "remote.extensionKind": { "Continue.continue": [ "workspace" ] }, "continue.enableDebugLogs": true } -
Installation Combinations:
- WSL-only installation
- Windows-only installation
- Both installations
- Complete uninstall/reinstall cycles
- Clearing all configuration and starting fresh
Expected Behavior
- Continue.dev should work consistently in WSL environment
- Configuration and indexing should respect WSL paths
- Features should work consistently regardless of installation location
- Clear logging and debugging capabilities
Actual Behavior
- Competing processes between Windows/WSL
- File locking issues
- Inconsistent functionality
- No logging output
- Configuration path conflicts
Impact
- Unable to use Continue.dev effectively in WSL environment
- Significant time spent troubleshooting (approximately 50 hours)
- Basic functionality compromised
Additional Context
[Any other specific details about your setup or attempts]
Questions for the Team
- Is the dual-process behavior (Windows/WSL) intended?
- What's the recommended setup for WSL users?
- How should logging and indexing work in WSL environment?
Would the team consider adding specific WSL installation and configuration documentation?
To reproduce
Install wsl extension. Install continue extension. Run index.
Log output
I am not generating any output logs.