1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:54:41 -07:00
go/internal/lsp/source
Yasuhiro Matsumoto 49db546f37 internal/lsp/source: Use file:///C:/ on Windows file system
URI should be started with file:/// always.

Change-Id: I123e577d421de3e85dfec00596fbdb63c2231938
Reviewed-on: https://go-review.googlesource.com/c/153618
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-12-12 20:00:58 +00:00
..
completion.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
definition.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
diagnostics.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
file.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
format.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
hover.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
signature_help.go internal/lsp: refactor source package to use an interface 2018-12-05 22:49:35 +00:00
uri_unix.go internal/lsp/source: Use file:///C:/ on Windows file system 2018-12-12 20:00:58 +00:00
uri_windows_test.go internal/lsp/source: Use file:///C:/ on Windows file system 2018-12-12 20:00:58 +00:00
uri_windows.go internal/lsp/source: Use file:///C:/ on Windows file system 2018-12-12 20:00:58 +00:00
uri.go internal/lsp/source: Use file:///C:/ on Windows file system 2018-12-12 20:00:58 +00:00