diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 295502616..0e2678206 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -22,7 +22,7 @@ export const fileIcons: FileIcons = { { name: 'less', fileExtensions: ['less'] }, { name: 'json', - fileExtensions: ['json'], + fileExtensions: ['json', 'tsbuildinfo'], fileNames: [ '.jscsrc', '.jshintrc',