mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-09 13:02:28 +08:00
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:
0
test/test-files/biome/json/biome.json
Normal file
0
test/test-files/biome/json/biome.json
Normal file
0
test/test-files/biome/json/src/test.ts
Normal file
0
test/test-files/biome/json/src/test.ts
Normal file
0
test/test-files/biome/jsonc/biome.jsonc
Normal file
0
test/test-files/biome/jsonc/biome.jsonc
Normal file
0
test/test-files/biome/jsonc/src/test.ts
Normal file
0
test/test-files/biome/jsonc/src/test.ts
Normal file
Reference in New Issue
Block a user