-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
settings: properly declare gopls
related settings
#197
Comments
It should now be possible to do this after CL 252322, using the settings JSON. The JSON for commands still needs to be generated. /cc @heschik |
Change https://golang.org/cl/265742 mentions this issue: |
Change https://golang.org/cl/265741 mentions this issue: |
Change https://golang.org/cl/270803 mentions this issue: |
The tool runs `gopls api-json`, converts the result to vscode setting formats, and updates vscode-go package.json. Note: `gopls api-json` requires gopls v0.5.2+. For #197 Change-Id: Idfca4e899d658b1647d6fedde4b3cb0343eeae30 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/265741 Trust: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
`markdownDescription` field will be used by all the gopls properties. For #197 Change-Id: I5c4dec896e52f0520f81dd7d857fa876943de6ca Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/265742 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Suzy Mueller <[email protected]>
Since
gopls
is in alpha and the set of final flags and configurable parameters are not finalized, we are still relying on thegopls
object that is not officially declared. Asgopls
development becomes stable, we need to sort out settings and properly declare it.Related: for VS Code UI feature to utilize - microsoft/vscode#99635
Related: for automatic generation of docs (possibly, part of package.json) - https://go-review.googlesource.com/c/tools/+/212521
@stamblerre
The text was updated successfully, but these errors were encountered: