From 509387c29c619b5de590278363714bd461fae540 Mon Sep 17 00:00:00 2001 From: YardenShoham Date: Tue, 31 Dec 2019 22:14:57 +0200 Subject: [PATCH] Add Q# icon Closes #599 --- icons/qsharp.svg | 4 ++++ src/icons/fileIcons.ts | 1 + 2 files changed, 5 insertions(+) create mode 100644 icons/qsharp.svg diff --git a/icons/qsharp.svg b/icons/qsharp.svg new file mode 100644 index 000000000..238a12ccc --- /dev/null +++ b/icons/qsharp.svg @@ -0,0 +1,4 @@ + +Q +# + \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index f6eefa3e7..7f9211b86 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -198,6 +198,7 @@ export const fileIcons: FileIcons = { fileExtensions: ['pdb', 'sql', 'pks', 'pkb', 'accdb', 'mdb', 'sqlite', 'pgsql', 'postgres', 'psql'] }, { name: 'csharp', fileExtensions: ['cs', 'csx'] }, + { name: 'qsharp', fileExtensions: ['qs'] }, { name: 'zip', fileExtensions: [