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
#1129)

of the LanguageClient.
  • Loading branch information
rubenporras authored Oct 3, 2024
1 parent 0324785 commit 7fbba6b
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 7fbba6b

Please sign in to comment.