Skip to content

Commit f11ab09

Browse files
authored
feat: support json5 in vscode (#623)
1 parent a6646c1 commit f11ab09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"html",
3939
"markdown",
4040
"json",
41+
"json5",
4142
"jsonc",
4243
"yaml",
4344
"toml",

src/cli/constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const vscodeSettingsString = `
4040
"html",
4141
"markdown",
4242
"json",
43+
"json5",
4344
"jsonc",
4445
"yaml",
4546
"toml",

0 commit comments

Comments
 (0)