Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Csak committed Jul 14, 2019
1 parent e626f6f commit 3c52d45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -804,9 +804,8 @@ export const fileIcons: FileIcons = {
{ name: 'moonscript', fileExtensions: ['moon'] },
{
name: 'uml',
// https://marketplace.visualstudio.com/items?itemName=jebbs.plantuml#user-content-supported-formats
fileExtensions: ['iuml', 'pu', 'puml', 'plantuml', 'wsd'],
light: true
light: true,
},
]
};

0 comments on commit 3c52d45

Please sign in to comment.