Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Can't install LS behind http proxy #160

Open
@borisbrodski

Description

@borisbrodski

Reproduction:

  • In environment behind http proxy (without authentication)
  • Install NeoVIM
  • Install Coc
  • Create coc-settings.json with
    {
	"http.proxy": "myproxy:8080"
    }
  • :CocInstall coc-python
  • Update coc-settings.json to
    {
	"python.jediEnabled": false,
	"http.proxy": "myproxy:8080"
    }
  • Open .py file
  • Press {Space}c for list of coc-command, then choose python.upgradePythonLanguageServer

Error:

[coc.nvim]Command error: tunneling socket could not be established, cause=read ECONNRESET

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions