Update log issue instructions to include settings

This commit is contained in:
Ramya Achutha Rao 2019-07-06 10:47:23 -07:00
Родитель 172771ffb9
Коммит 38f7af029b
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -67,6 +67,8 @@ Please include the following with each issue:
* OS/Platform you are working on
* Run the command `Preferences: Open Settings (JSON) to see the entire list of settings you have added/edited. Share any Go related settings from here.
* Reproducible steps (1... 2... 3...) that cause the issue
* What you expected to see, versus what you actually saw
@ -79,6 +81,8 @@ Please include the following with each issue:
* Errors from the Dev Tools Console (open from the menu: Help > Toggle Developer Tools -> Console)
* If you have enabled the use of language server, then share any errors from the logs (open from the menu: View > Output -> select language server from the drop down on the to right corner of the output panel)
### Final Checklist
Please remember to do the following:

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

@ -100,11 +100,13 @@ Below are the settings you can use to control the use of the language server. Yo
#### Setting to change the language server being used
If you want to try out other language servers, for example, [bingo](https://github.com/saibing/bingo), then install it and add the below setting
```json
"go.alternateTools": {
"gopls": "bingo"
}
```
This will tell the Go extension to use `bingo` in place of `gopls`.
#### Provide feedback on gopls