mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
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
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
],
|
||||
"filenames": [
|
||||
"babel.config.json",
|
||||
"bun.lock",
|
||||
".babelrc.json",
|
||||
".ember-cli",
|
||||
"typedoc.json"
|
||||
|
||||
Reference in New Issue
Block a user