From f63fec1d32b32ea599a12744eaae1ef7fa38242b Mon Sep 17 00:00:00 2001 From: Roo Code Date: Fri, 23 Jan 2026 16:22:46 +0000 Subject: [PATCH] fix: simplify SVG icon for activity bar compatibility Clean up the activity bar icon SVG to follow VS Code best practices: - Remove XML declaration - Remove Adobe Illustrator namespace - Remove internal stylesheet with defs/style block - Use fill="currentColor" instead of hardcoded #000 fill This should fix the issue where the activity bar icon does not appear in some VS Code environments, particularly on Windows with newer VS Code versions. Fixes #10917 --- src/assets/icons/icon.svg | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/assets/icons/icon.svg b/src/assets/icons/icon.svg index a4e2d75e5b3..6fe7c42ad96 100644 --- a/src/assets/icons/icon.svg +++ b/src/assets/icons/icon.svg @@ -1,12 +1,3 @@ - - - - - - + +