Go言語 #2:環境構築(2)

Visual Studio Codeの設定

前回記事:#1:環境構築


Visual Studio Code に Go言語の拡張機能をインストールしてみた。
・Go 0.22.1 (Go Team at Google)

インストールしたところ以下メッセージが表示された。
The "gopls" command is not available. Run "go get -v golang.org/x/tools/gopls" to install.

"gopls"とは Go言語Launguage Serverとのこと。
何に使うかよくわからんが [Install] を押しておいた。

VSCodeのコンソールに以下メッセージが表示されていたので、おそらくインストール完了したんだろう。
Below tools are needed for the basic features of the Go extension.
gopkgs
go-outline
dlv
golint
gopls
Installing golang.org/x/tools/gopls (C:\Users\user\go\bin\gopls.exe) SUCCEEDED

All tools successfully installed. You are ready to Go :).

次回記事:#3:Hello World

Go言語

0 件のコメント:

その他の記事