Document how to install/update all the Go dependencies (#1512)

* Document how to install/update all the Go dependencies

* Update README.md
This commit is contained in:
Christian Winther 2018-02-18 04:29:32 +01:00 коммит произвёл Ramya Rao
Родитель 25ad02b871
Коммит 72f79a7775
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -123,6 +123,10 @@ For more read [Debugging Go Code Using VS Code](https://github.com/Microsoft/vsc
To remote debug using VS Code, read [Remote Debugging](https://github.com/Microsoft/vscode-go/wiki/Debugging-Go-code-using-VS-Code#remote-debugging).
## Install or update all dependencies
To quickly get all dependencies installed (or updated) see the [Go Tools wiki page](https://github.com/Microsoft/vscode-go/wiki/Go-tools-that-the-Go-extension-depends-on)
## Building and Debugging the Extension
You can set up a development environment for debugging the extension during extension development.