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