Skip to content

Commit

Permalink
Set folding range provider in SmithyLanguageServer class.
Browse files Browse the repository at this point in the history
  • Loading branch information
joewyz committed Feb 7, 2025
1 parent 91c25f1 commit 2b28e37
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public class SmithyLanguageServer implements
capabilities.setHoverProvider(true);
capabilities.setDocumentFormattingProvider(true);
capabilities.setDocumentSymbolProvider(true);
capabilities.setFoldingRangeProvider(true);

WorkspaceFoldersOptions workspaceFoldersOptions = new WorkspaceFoldersOptions();
workspaceFoldersOptions.setSupported(true);
Expand Down

0 comments on commit 2b28e37

Please sign in to comment.