Roo-Code/docs
Roo Code d25f7bb1d9 refactor: remove fragile proxy detection in favor of documentation
- Remove automatic proxy detection logic from extension startup
- Remove proxy-detection.ts utility file
- Simplify error messages to suggest enabling http.electronFetch when connection issues occur
- Update documentation to focus on the solution rather than detection

As suggested by @bstrdsmkr, the proxy detection approach was fragile. VSCode extensions cannot directly use Electron fetch - they can only suggest users enable the http.electronFetch setting which tells VSCode itself to use Electron fetch internally.
2025-08-14 02:44:29 +00:00
..
PROXY_CONFIGURATION.md refactor: remove fragile proxy detection in favor of documentation 2025-08-14 02:44:29 +00:00