arjanadriaanse / pascal-language-server

LSP server implementation for Pascal
GNU General Public License v3.0
56 stars 20 forks source link

additional unit paths #8

Open arjanadriaanse opened 4 years ago

arjanadriaanse commented 4 years ago

There should be a way to pass additional unit paths to the server, maybe the initializationOptions can be used for that: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#initialize

Getting these from .lpi files somehow could also be useful.