mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
for now remove SelectionRangeKind #67872
This commit is contained in:
@@ -88,8 +88,7 @@ export function activate(context: ExtensionContext) {
|
||||
return rawResult.map(rawSelectionRanges => {
|
||||
return rawSelectionRanges.map(selectionRange => {
|
||||
return {
|
||||
range: client.protocol2CodeConverter.asRange(selectionRange.range),
|
||||
kind: selectionRange.kind
|
||||
range: client.protocol2CodeConverter.asRange(selectionRange.range)
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user