Skip to content

Commit

Permalink
Add csharp file extension (Closes #2080)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Sep 8, 2023
1 parent 9fbf85c commit 411e1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -313,7 +313,7 @@ export const fileIcons: FileIcons = {
],
},
{ name: 'kusto', fileExtensions: ['kql'] },
{ name: 'csharp', fileExtensions: ['cs', 'csx'] },
{ name: 'csharp', fileExtensions: ['cs', 'csx', 'csharp'] },
{ name: 'qsharp', fileExtensions: ['qs'] },
{
name: 'zip',
Expand Down

0 comments on commit 411e1c9

Please sign in to comment.