fix(biome): find root when using biome.jsonc (#4774)

Since biome supports either `biome.json` or `biome.jsonc` config files,
we need to look for both when searching for the LSP project root. We can
also look for a package.json or .git folder to use. This uses mostly the
same logic as deno.
This commit is contained in:
Braden Kelley
2024-06-25 01:18:28 -07:00
committed by GitHub
parent e09520e2d7
commit ed0b036220
8 changed files with 68 additions and 2 deletions

View File

View File

View File

View File