mblode/vscode-zotero

Plugin has issues when operating in a proxied environment

Opened this issue · 0 comments

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)