Update README to mention "Analysis Tools Missing" warning

Fixes #94.
This commit is contained in:
Luke Hoban 2015-11-25 08:28:26 -08:00
Родитель bc982fc219
Коммит 9e6f5369bd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -102,7 +102,7 @@ To debug the debugger, see [the debugAdapter readme](src/debugAdapter/Readme.md)
## Tools
The extension uses the following tools, installed in the current GOPATH. If any tools are missing, the extension will offer to install them for you.
The extension uses the following tools, installed in the current GOPATH. If any tools are missing, you will see an "Analysis Tools Missing" warning in the bottom right corner of the editor. Clicking it will offer to install the missing tools for you.
- gocode: `go get -u -v github.com/nsf/gocode`
- godef: `go get -u -v github.com/rogpeppe/godef`