Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/goLanguageServer: process only file, untitled doc schemes
As recommended in https://docs.microsoft.com/en-us/visualstudio/liveshare/reference/extensions#visual-studio-code-1 Even when gopls could handle vsls:/, that wouldn't be desirable - the language servers in both host and guest machines would work and produce duplicate results. For #605 Change-Id: I953a81713be5e65a8b8e1597390b50a69ec4eed8 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/269157 Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: kokoro <noreply+kokoro@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
- Loading branch information