rcjsuen / dockerfile-language-service

Dockerfile language service for providing an API to create feature-rich Dockerfile editors in JavaScript.
MIT License
16 stars 2 forks source link

Return LocationLinks for definition requests #45

Open rcjsuen opened 5 years ago

rcjsuen commented 5 years ago

Version 3.14.0 of the specification added support for the new LocationLink type. We should return them for definition requests if the client supports it.