Skip to content

Commit

Permalink
export format package
Browse files Browse the repository at this point in the history
This package is needed in DocumentProviders of LSP based editors to
support the format on file save action. Only needed for servers who do
not support willSaveWaitUntil

fixes eclipse-lsp4e#761
  • Loading branch information
ghentschke committed Aug 16, 2023
1 parent 5599909 commit 9d255e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org.eclipse.lsp4e/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Export-Package: org.eclipse.lsp4e;x-internal:=true,
org.eclipse.lsp4e.operations.codeactions;x-internal:=true,
org.eclipse.lsp4e.command;x-internal:=true,
org.eclipse.lsp4e.operations.completion;x-internal:=true,
org.eclipse.lsp4e.operations.format;x-internal:=true,
org.eclipse.lsp4e.operations.hover;x-internal:=true,
org.eclipse.lsp4e.outline;x-internal:=true,
org.eclipse.lsp4e.server;version="0.1.0"
Expand Down

0 comments on commit 9d255e4

Please sign in to comment.