mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
* wip * Refactoring TokenizationTextModelPart * treeSitterTokensPart1 * fix casing * fix casing 2 * wip models * progress * Take care of some of the boring refactor changes (#249429) * Implements TreeSitterLibraryService * progress * more progress * Removes befores * Take care of some of the boring refactor changes * Settable observable * Get things running * Fix tree not updated when event files (#249544) * Fix tree not updated when event files * Update on Theme change * Implements visibleLineRanges * File renames and initial tree handling * Fixes enter indentation bug * Get tree sitter tokenization tests passing again * Get colorize tests running again, minus injected regex test * Fix monaco editor checks * More standalone editor fixes * Fix hygiene * Fix TestTextModel * Fix more tests --------- Co-authored-by: Henning Dieterichs <hdieterichs@microsoft.com>