This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix Go to Definition not working in VSCode extension
ClosedPublic

Authored by malaperle on Jul 10 2017, 11:43 AM.

Details

Summary

The URI conversion logic was returning 'undefined' when going from server to
VSCode which broke the Go to Definition functionality.

Event Timeline

malaperle created this revision.Jul 10 2017, 11:43 AM
malaperle set the repository for this revision to rL LLVM.Jul 10 2017, 11:46 AM
malaperle added a project: Restricted Project.
malaperle added a subscriber: cfe-commits.
krasimir accepted this revision.Jul 11 2017, 9:51 AM

Looks good! This is better than my https://reviews.llvm.org/D35238!

This revision is now accepted and ready to land.Jul 11 2017, 9:51 AM

In the other review: "The tool is fine with spaces encoded as %20 by the way." If that's true, wouldn't that mean the other review is the way to go?

malaperle closed this revision.Jul 11 2017, 2:26 PM