mblode / vscode-zotero

Zotero Better Bibtex citations for VS Code
https://marketplace.visualstudio.com/items?itemName=mblode.zotero
MIT License
77 stars 10 forks source link

Plugin has issues when operating in a proxied environment #24

Open tCm3nc opened 2 years ago

tCm3nc commented 2 years ago

The connector popup wont appear if you have a proxy enabled and the proxy doesn't allow localhost URIs.

14 #2

My janky fix is to reset the proxy in the request-promise object.

  const proxiedRequest = requestPromise.defaults({proxy: ''})
  return proxiedRequest(config.port)