From 23dd3bdc1856e310580851fecd27ac5958db9651 Mon Sep 17 00:00:00 2001 From: mrleemurray Date: Fri, 19 Jun 2026 09:33:13 +0100 Subject: [PATCH] feat: add new icons for right panel actions and update metadata and mapping (#484) - Added right-panel-hide.svg and right-panel-show.svg for panel visibility control. - Introduced vscode-insiders-outline.svg and vscode-outline.svg for branding. - Updated mapping.json to include new icon mappings. - Enhanced metadata.json with descriptions and tags for new icons. --- src/icons/openai.svg | 2 +- src/icons/right-panel-hide.svg | 1 + src/icons/right-panel-show.svg | 1 + src/icons/vscode-insiders-outline.svg | 1 + src/icons/vscode-outline.svg | 1 + src/template/mapping.json | 12 +++++++ src/template/metadata.json | 50 +++++++++++++++++++++++++++ 7 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 src/icons/right-panel-hide.svg create mode 100644 src/icons/right-panel-show.svg create mode 100644 src/icons/vscode-insiders-outline.svg create mode 100644 src/icons/vscode-outline.svg diff --git a/src/icons/openai.svg b/src/icons/openai.svg index b780d844..cf6e93a1 100644 --- a/src/icons/openai.svg +++ b/src/icons/openai.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icons/right-panel-hide.svg b/src/icons/right-panel-hide.svg new file mode 100644 index 00000000..45cc80fa --- /dev/null +++ b/src/icons/right-panel-hide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/right-panel-show.svg b/src/icons/right-panel-show.svg new file mode 100644 index 00000000..233ed89a --- /dev/null +++ b/src/icons/right-panel-show.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/vscode-insiders-outline.svg b/src/icons/vscode-insiders-outline.svg new file mode 100644 index 00000000..0f5f74ec --- /dev/null +++ b/src/icons/vscode-insiders-outline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/vscode-outline.svg b/src/icons/vscode-outline.svg new file mode 100644 index 00000000..f561b59f --- /dev/null +++ b/src/icons/vscode-outline.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/template/mapping.json b/src/template/mapping.json index 35f4ce82..cae1cd47 100644 --- a/src/template/mapping.json +++ b/src/template/mapping.json @@ -1923,5 +1923,17 @@ ], "60614": [ "git-pull-request-error" + ], + "60615": [ + "right-panel-hide" + ], + "60616": [ + "right-panel-show" + ], + "60617": [ + "vscode-insiders-outline" + ], + "60618": [ + "vscode-outline" ] } diff --git a/src/template/metadata.json b/src/template/metadata.json index a893db12..08f469c9 100644 --- a/src/template/metadata.json +++ b/src/template/metadata.json @@ -5094,6 +5094,32 @@ "category": "git", "description": "Request changes" }, + "right-panel-hide": { + "tags": [ + "layout", + "panel", + "sidebar", + "collapse", + "hide", + "right", + "close" + ], + "category": "layout", + "description": "Hide the right side panel" + }, + "right-panel-show": { + "tags": [ + "layout", + "panel", + "sidebar", + "expand", + "show", + "right", + "open" + ], + "category": "layout", + "description": "Show the right side panel" + }, "robot": { "tags": [ "ai", @@ -6645,6 +6671,30 @@ "category": "brand", "description": "VS Code Insiders logo" }, + "vscode-insiders-outline": { + "tags": [ + "editor", + "logo", + "brand", + "outline", + "beta", + "insiders" + ], + "category": "brand", + "description": "VS Code Insiders logo outline" + }, + "vscode-outline": { + "tags": [ + "editor", + "logo", + "brand", + "outline", + "stable", + "vscode" + ], + "category": "brand", + "description": "VS Code logo outline" + }, "wand": { "tags": [ "magic",