Skip to content

Commit

Permalink
Allow extensions of the MockLanguageServer to allow testing extensions
Browse files Browse the repository at this point in the history
of the LanguageClient.
  • Loading branch information
rubenporras committed Oct 2, 2024
1 parent ca55022 commit 08f1a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
import org.eclipse.lsp4j.services.LanguageServer;
import org.eclipse.lsp4j.services.NotebookDocumentService;

public final class MockLanguageServer implements LanguageServer {
public class MockLanguageServer implements LanguageServer {

/**
* This command will be reported on initialization to be supported for execution
Expand Down

0 comments on commit 08f1a02

Please sign in to comment.