Commit c01d314
committed
fix: support trailing commas in JSONC config files
Replace custom strip_jsonc_comments function with json-strip-comments crate
which properly handles both comments and trailing commas.
Also reverts biome dependency versions to pre-pretty-printer state to fix
build failures caused by incompatible biome crate versions.
Fixes #6691 parent 6e2677c commit c01d314
7 files changed
Lines changed: 861 additions & 1038 deletions
File tree
- .github/actions/setup-postgres
- crates/pgls_workspace
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
0 commit comments