Skip to content

Commit

Permalink
Disable document range formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JPinkney committed Aug 26, 2019
1 parent 75d031d commit 343ac26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server.ts
Expand Up @@ -357,7 +357,8 @@ connection.onInitialize((params: InitializeParams): InitializeResult => {
completionProvider: { resolveProvider: true },
hoverProvider: true,
documentSymbolProvider: true,
documentFormattingProvider: true
documentFormattingProvider: true,
documentRangeFormattingProvider: false
}
};
});
Expand Down

0 comments on commit 343ac26

Please sign in to comment.