mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
📝 todo
This commit is contained in:
@@ -396,6 +396,8 @@ const DefaultOptions: IListOptions<any> = {
|
||||
mouseSupport: true
|
||||
};
|
||||
|
||||
// TODO@Joao: move these utils into a SortedArray class
|
||||
|
||||
function getContiguousRangeContaining(range: number[], value: number): number[] {
|
||||
const index = range.indexOf(value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user