Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/goLanguageServer: disable the language features for unrecognized …
…workspace types If there ARE workspace folders but none of them are in the file systems that go & gopls can work with, disable the language features. We could attempt to fall back to the legacy language provider, but most likely they won't work if the tools depend on the go command. So, just disable all. Fixes golang#1466 Change-Id: Ibb9bb5bfdf2470b7967c8c0ab3fcba61a950be53 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/316749 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Rebecca Stambler <[email protected]>
- Loading branch information