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 8ced767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.lsp4e.tests.mock/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mock Language Server to test LSP4E
Bundle-SymbolicName: org.eclipse.lsp4e.tests.mock
Bundle-Version: 0.16.11.qualifier
Bundle-Version: 0.16.12.qualifier
Bundle-Vendor: Eclipse LSP4E
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.lsp4j;bundle-version="[0.23.0,0.24.0)",
Expand Down
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 8ced767

Please sign in to comment.