Mark bun.lock as jsonc

Bun added support for a new lockfile format using the jsonc language. It
uses an unconventional file extension, but it would be nice if VSCode
understands it by default anyway.

See https://github.com/oven-sh/bun/pull/15705
pull/235917/head
Remco Haszing 2024-12-12 10:46:25 +01:00
parent 82d1ef9376
commit 39b0575e39
No known key found for this signature in database
GPG Key ID: 40D9F5FE9155FD3C
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
],
"filenames": [
"babel.config.json",
"bun.lock",
".babelrc.json",
".ember-cli",
"typedoc.json"