Skip to content

Commit

Permalink
Set json5 icon to json icon
Browse files Browse the repository at this point in the history
Closes #593
  • Loading branch information
yardenshoham committed Dec 30, 2019
1 parent 5189b6d commit cba9f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const fileIcons: FileIcons = {
{ name: 'less', fileExtensions: ['less'] },
{
name: 'json',
fileExtensions: ['json', 'tsbuildinfo'],
fileExtensions: ['json', 'tsbuildinfo', 'json5'],
fileNames: [
'.jscsrc',
'.jshintrc',
Expand Down

0 comments on commit cba9f08

Please sign in to comment.