eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
23 stars 11 forks source link

fix ambiguous getStartedWrappers method call #303

Closed ghentschke closed 2 months ago

ghentschke commented 2 months ago

Due to this https://github.com/eclipse/lsp4e/commit/83954d550df9b41fdf48652c001715a59678325e change in the LSP4E repo, the LanguageServiceAccessor.getStartedWrappers call has become ambiguous. Removal of the project argument fixed it.