gopls: add build tags as a known issue

Rebecca Stambler 2019-07-02 11:12:45 -04:00
parent 65568b8be4
commit aa375b6da9

@ -33,9 +33,10 @@ Feel free to ask questions about `gopls` on the `#gopls` [Gopher Slack](https://
## Known Issues ## Known Issues
* Cursor resets to the beginning or end of file on format: [#31937](https://github.com/golang/go/issues/31937). * Cursor resets to the beginning or end of file on format: [#31937](https://github.com/golang/go/issues/31937).
* Editing multiple modules in one editor window: https://github.com/golang/go/issues/32394. * Editing multiple modules in one editor window: [#32394](https://github.com/golang/go/issues/32394).
* File contents reverted after saving: [#32643](https://github.com/golang/go/issues/32643). * File contents reverted after saving: [#32643](https://github.com/golang/go/issues/32643).
* Does not work with cgo: [#31561](https://github.com/golang/go/issues/31561). * Language features do not work with `cgo`: [#31561](https://github.com/golang/go/issues/31561).
* Does not work build tags: [#29202](https://github.com/golang/go/issues/29202).
* Find references and rename only work in a single package: [#32869](https://github.com/golang/go/issues/32869), [#32877](https://github.com/golang/go/issues/32877). * Find references and rename only work in a single package: [#32869](https://github.com/golang/go/issues/32869), [#32877](https://github.com/golang/go/issues/32877).
## Installation ## Installation