TabbyML / vim-tabby

Apache License 2.0
38 stars 2 forks source link

Proxy support #11

Open hinricht opened 4 months ago

hinricht commented 4 months ago

I want to use the vim plugin behind a cooporate proxy but the docs say:

Please note that Tabby extensions for IDEs currently do not support proxy settings. If you need to access your Tabby server through a 
proxy, consider setting up a reverse proxy and using the reverse proxy URL as the endpoint for the Tabby IDE extension.

The logs show an fetch failed: connect ECONNREFUSED x.x.x.x:443

Please provide proper proxy support for the plugin :heart: