Commit f66fb38
authored
Inline hujson dependency in main require block (#4936)
## Summary
- Move the `hujson` dependency (added in #4559) into the main `require`
block instead of keeping it in a separate block with a comment.
This library is needed to read and write VS Code's `settings.json`,
which uses JSONC (JSON with Comments and trailing commas). It allows the
CLI to parse, patch, and write back settings without destroying user
comments.
This pull request was AI-assisted by Isaac.1 parent 7b69412 commit f66fb38
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 50 | | |
53 | 51 | | |
54 | 52 | | |
| |||
0 commit comments