eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
65 stars 54 forks source link

How to get project name/location ? #1043

Closed NicoPy closed 3 months ago

NicoPy commented 3 months ago

When running the language server I want to use (external process), I need to set the current working directory to the project location (if any).

I tried overloading getInitializationOptions() but it is called to late.

How do I get the project name/location ?

NicoPy commented 3 months ago

My bad, getInitializationOptions() is not called to late.