use of org.eclipse.lsp4e.operations.diagnostics.LSPDiagnosticsToMarkers in project lsp4e by eclipse.
the class DiagnosticsTest method setUp.
@Before
public void setUp() throws CoreException {
project = TestUtils.createProject("DiagnoticsTest" + System.currentTimeMillis());
diagnosticsToMarkers = new LSPDiagnosticsToMarkers("dummy");
}
Aggregations