mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
register selectionRangeProviders
This commit is contained in:
@@ -154,7 +154,8 @@ connection.onInitialize((params: InitializeParams): InitializeResult => {
|
||||
documentSymbolProvider: true,
|
||||
documentRangeFormattingProvider: false,
|
||||
colorProvider: {},
|
||||
foldingRangeProvider: true
|
||||
foldingRangeProvider: true,
|
||||
selectionRangeProvider: true
|
||||
};
|
||||
|
||||
return { capabilities };
|
||||
|
||||
Reference in New Issue
Block a user