解決vscode中golang外掛程式依賴安裝失敗問題

來源:互聯網
上載者:User

解決vscode中golang外掛程式依賴安裝失敗問題

vscode中安裝ms-vscode.go外掛程式後可以開啟對go語言的支援,ms-vscode.go外掛程式需要依賴一些工具,安裝完成後提示

Installing github.com/nsf/gocode SUCCEEDEDInstalling github.com/uudashr/gopkgs/cmd/gopkgs SUCCEEDEDInstalling github.com/ramya-rao-a/go-outline FAILEDInstalling github.com/acroca/go-symbols FAILEDInstalling golang.org/x/tools/cmd/guru FAILEDInstalling golang.org/x/tools/cmd/gorename FAILEDInstalling github.com/fatih/gomodifytags SUCCEEDEDInstalling github.com/haya14busa/goplay/cmd/goplay SUCCEEDEDInstalling github.com/josharian/impl FAILEDInstalling github.com/rogpeppe/godef SUCCEEDEDInstalling sourcegraph.com/sqs/goreturns FAILEDInstalling golang.org/x/lint/golint FAILEDInstalling github.com/cweill/gotests/... FAILEDInstalling github.com/derekparker/delve/cmd/dlv SUCCEEDED 8 tools failed to install.

由於網路原因,一些依賴工具無法正常安裝,需要進行手動安裝.

以下為手動安裝的工具的步驟:

  1. %GOPATH%\src\目錄下,建立路徑golang.org\x

  2. 進入到%GOPATH%\src\golang.org\x,下載需要工具的源碼git clone https://github.com/golang/tools.git tools

  3. clone完成後,會產生一個tools檔案夾,這樣工具所需要的源碼已經準備好了

  4. 進入到%GOPATH%下,執行

        go install github.com/ramya-rao-a/go-outline    go install github.com/acroca/go-symbols    go install golang.org/x/tools/cmd/guru    go install golang.org/x/tools/cmd/gorename    go install github.com/rogpeppe/godef    go install github.com/sqs/goreturns    go install github.com/cweill/gotests/gotests
  5. 單獨處理golint,golint的源碼位於https://github.com/golang/lint,進入%GOPATH%\src\golang.org\x後執行git clone https://github.com/golang/lint下載golint需要的源碼

  6. 進入到%GOPATH%下,執行go install github.com/golang/lint/golint

這樣,vscode的golang外掛程式所依賴的工具安裝完成了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.