Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add preliminary support for v4 (#917)
* Move utls into separate file * Move document service to separate file * Move project-related stuff into a separate file * Move `TW` class to separate file * Add comment * Refactor * Run server in the same process This makes the test cycle much faster because builds happen incrementally in development while vitest is running rather than having to rebuild and re-run the tests * Refactor * Sync lanaguage server versions * Update types * Use local expect for concurrent tests * Eliminate a call into settings cache We’d already looked up the settings immediately before this * Start migration to feature based checks * wip * Refactor project detection * Fix line endings * Add tests for v4 wip * Detect v4 projects * Load v4 projects * Add v4 support to colors, hovers, completions, and conflict diagnostics * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Add test * wip * Complete @theme variables * wip * wip * wip * Fix issues with v2 projects * Update test * Update tests * Re-enable test * Use prettier to format CSS * wip * wip * Fix CS --------- Co-authored-by: Kris Braun <kris.braun@gmail.com>
- Loading branch information