We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6892e commit 476eabcCopy full SHA for 476eabc
lsp/uri.go
@@ -39,6 +39,10 @@ func (uri DocumentURI) Unbox() string {
39
return path
40
}
41
42
+func (uri DocumentURI) String() string {
43
+ return string(uri)
44
+}
45
+
46
// NewDocumenteURIFromPath create a DocumentURI from the given Path object
47
func NewDocumenteURIFromPath(path *paths.Path) DocumentURI {
48
return NewDocumentURI(path.String())
0 commit comments