Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable toggling breakpoints in LSP CEditor
This is an example of where we have somewhat an inversion of dependencies. The existing CDT code assumes it knows about all types of editors at compile time. In this case the LSP C Editor is a new type. However, rather than creating a new extension mechanism here we are simply adding the LSP C Editor to the known list as the LSP C Editor is (or will soon be) part of CDT itself anyway (see #354) By itself this change doesn't do anything, it needs the change in eclipse-cdt/cdt-lsp#46 Also-by: Gesa HENTSCHKE <Gesa.HENTSCHKE@bachmann.info>
- Loading branch information