Skip to content

Commit

Permalink
allow trailing comma in bun.lock
Browse files Browse the repository at this point in the history
(also make bun.lock type = jsonc as vscode stable isnt released yet)
  • Loading branch information
RiskyMH committed Dec 13, 2024
1 parent e726928 commit 6dba1b7
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/bun-vscode/assets/bun.lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "JSON schema for bun.lock files.",
"allowTrailingCommas": true,
"type": "object"
}
Loading

0 comments on commit 6dba1b7

Please sign in to comment.