Skip to content

Commit 57200e0

Browse files
committed
fix: add nuspec to nuget file extensions
1 parent 2a75f6c commit 57200e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/icons/fileIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ export const fileIcons: FileIcons = {
23592359
{
23602360
name: 'nuget',
23612361
fileNames: ['nuget.config', '.nuspec', 'nuget.exe'],
2362-
fileExtensions: ['nupkg'],
2362+
fileExtensions: ['nupkg', 'nuspec'],
23632363
},
23642364
{ name: 'command', fileExtensions: ['command'] },
23652365
{

0 commit comments

Comments
 (0)