diff --git a/icons/aspire.svg b/icons/aspire.svg new file mode 100644 index 0000000000..745eacbe19 --- /dev/null +++ b/icons/aspire.svg @@ -0,0 +1,37 @@ + + + + diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 025a7398e1..f24ccd1a3b 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -449,6 +449,7 @@ export const fileIcons: FileIcons = { }, { name: 'kusto', fileExtensions: ['kql'] }, { name: 'csharp', fileExtensions: ['cs', 'csx', 'csharp'] }, + { name: 'aspire', fileNames: ['apphost.cs', 'apphost.ts'] }, { name: 'qsharp', fileExtensions: ['qs'] }, { name: 'zip',