Skip to content

Commit

Permalink
feat: support json5 in vscode (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming authored Oct 16, 2024
1 parent a6646c1 commit f11ab09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"html",
"markdown",
"json",
"json5",
"jsonc",
"yaml",
"toml",
Expand Down
1 change: 1 addition & 0 deletions src/cli/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const vscodeSettingsString = `
"html",
"markdown",
"json",
"json5",
"jsonc",
"yaml",
"toml",
Expand Down

0 comments on commit f11ab09

Please sign in to comment.