From 92ac0ebbfcf7ebf90d4e15363beb568c987e93a7 Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Fri, 24 May 2019 12:13:44 -0400 Subject: [PATCH] Fix #758 Change LocationLink's targetUri to be a DocumentUri The target URI of a LocationLink should be a URI and not just any random string. Signed-off-by: Remy Suen --- specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.md b/specification.md index 2acb604..5935687 100644 --- a/specification.md +++ b/specification.md @@ -309,7 +309,7 @@ interface LocationLink { /** * The target resource identifier of this link. */ - targetUri: string; + targetUri: DocumentUri; /** * The full target range of this link. If the target for example is a symbol then target range is the