errors.add(ErrorDescriptionFactory.createErrorDescription(Severity.WARNING,"ccls not configured!",Collections.singletonList(newConfigureCCLS()),doc,0));
errors.add(ErrorDescriptionFactory.createErrorDescription(Severity.WARNING,"Neither ccls nor clangd configured!",Collections.singletonList(newConfigureCCLS()),doc,0));
CPPLitePanel.jLabel3.text=<html><body>Please provide a path to either the <a href="https://github.com/MaskRay/ccls">ccls</a> or the <a href="https://clangd.llvm.org/">clangd</a> language protocol servers.\n<br>\nThese will be used by the editor to provide features like code completion.