Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cereschen committed Aug 14, 2020
1 parent f79a4f9 commit 1f1d673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/modes/template/interpolationMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export class VueInterpolationMode implements LanguageMode {
: convertRange(referenceTargetDoc, r.textSpan);

referenceResults.push({
uri: referenceTargetDoc.uri.toString(),
uri: URI.file(referenceTargetDoc.uri).toString(),
range
});
}
Expand Down

0 comments on commit 1f1d673

Please sign in to comment.