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/15705pull/235917/head
parent
82d1ef9376
commit
39b0575e39
|
@ -62,6 +62,7 @@
|
|||
],
|
||||
"filenames": [
|
||||
"babel.config.json",
|
||||
"bun.lock",
|
||||
".babelrc.json",
|
||||
".ember-cli",
|
||||
"typedoc.json"
|
||||
|
|
Loading…
Reference in New Issue