From 13454c6bbbe1ad5bc8ccec7785634a5e78b0ef18 Mon Sep 17 00:00:00 2001 From: Bill Ticehurst Date: Fri, 25 Oct 2024 15:42:26 -0700 Subject: [PATCH 1/2] Add .qs file icons --- vscode/package.json | 4 ++++ vscode/resources/file-icon-dark.svg | 8 ++++++++ vscode/resources/file-icon-light.svg | 8 ++++++++ 3 files changed, 20 insertions(+) create mode 100644 vscode/resources/file-icon-dark.svg create mode 100644 vscode/resources/file-icon-light.svg diff --git a/vscode/package.json b/vscode/package.json index 2dd7b2c4b1..acdb5e4cee 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -408,6 +408,10 @@ "extensions": [ ".qs" ], + "icon": { + "light": "./resources/file-icon-light.svg", + "dark": "./resources/file-icon-dark.svg" + }, "configuration": "./language-configuration.json" } ], diff --git a/vscode/resources/file-icon-dark.svg b/vscode/resources/file-icon-dark.svg new file mode 100644 index 0000000000..3f5cc1bf3d --- /dev/null +++ b/vscode/resources/file-icon-dark.svg @@ -0,0 +1,8 @@ + + + + + + + diff --git a/vscode/resources/file-icon-light.svg b/vscode/resources/file-icon-light.svg new file mode 100644 index 0000000000..f10762b69c --- /dev/null +++ b/vscode/resources/file-icon-light.svg @@ -0,0 +1,8 @@ + + + + + + + From 939630ea6d15eed0290f990c724dded3ce7db2e8 Mon Sep 17 00:00:00 2001 From: Bill Ticehurst Date: Fri, 25 Oct 2024 16:05:21 -0700 Subject: [PATCH 2/2] Fix up rendering --- vscode/resources/file-icon-dark.svg | 33 ++++++++++++++++++++++------ vscode/resources/file-icon-light.svg | 33 ++++++++++++++++++++++------ 2 files changed, 52 insertions(+), 14 deletions(-) diff --git a/vscode/resources/file-icon-dark.svg b/vscode/resources/file-icon-dark.svg index 3f5cc1bf3d..6b8d88d597 100644 --- a/vscode/resources/file-icon-dark.svg +++ b/vscode/resources/file-icon-dark.svg @@ -1,8 +1,27 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vscode/resources/file-icon-light.svg b/vscode/resources/file-icon-light.svg index f10762b69c..c7a61191c7 100644 --- a/vscode/resources/file-icon-light.svg +++ b/vscode/resources/file-icon-light.svg @@ -1,8 +1,27 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +