You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the org.eclipse.cdt.lsp.server.enable.HasLanguageServerPropertyTester (which is used to enable the LSP based C/C++ editor and language server) relies on the isEnabledFor(IProject) from the ICLanguageServerProvider the enable expression and the enabledWhen element in the serverProvider schema is obsolet.
The text was updated successfully, but these errors were encountered:
ghentschke
added a commit
to ghentschke/eclipse-cdt-lsp
that referenced
this issue
Jun 10, 2023
…Provider
schema
Since the HasLanguageServerPropertyTester (which is used to enable the
LSP based C/C++ editor and language server) relies on the
isEnabledFor(IProject) from the ICLanguageServerProvider the enable
expression and the enabledWhen element in the serverProvider schema is
obsolet.
)
schema
Since the HasLanguageServerPropertyTester (which is used to enable the
LSP based C/C++ editor and language server) relies on the
isEnabledFor(IProject) from the ICLanguageServerProvider the enable
expression and the enabledWhen element in the serverProvider schema is
obsolet.
Since the
org.eclipse.cdt.lsp.server.enable.HasLanguageServerPropertyTester
(which is used to enable the LSP based C/C++ editor and language server) relies on theisEnabledFor(IProject)
from theICLanguageServerProvider
the enable expression and theenabledWhen
element in the serverProvider schema is obsolet.The text was updated successfully, but these errors were encountered: