From 9f407e7e29103638dfc7b106e8b4ec9c470ae94a Mon Sep 17 00:00:00 2001 From: wChenonly Date: Wed, 4 Sep 2024 15:07:40 +0800 Subject: [PATCH 1/2] add rstack family icon --- src/icons/files/rsbuild.svg | 208 ++++++++++++++++++++++++++++++++++++ src/icons/files/rslib.svg | 67 ++++++++++++ src/icons/files/rspack.svg | 137 ++++++++++++++++++++++++ src/symbol-icon-theme.json | 23 +++- 4 files changed, 433 insertions(+), 2 deletions(-) create mode 100644 src/icons/files/rsbuild.svg create mode 100644 src/icons/files/rslib.svg create mode 100644 src/icons/files/rspack.svg diff --git a/src/icons/files/rsbuild.svg b/src/icons/files/rsbuild.svg new file mode 100644 index 0000000..ba5ad44 --- /dev/null +++ b/src/icons/files/rsbuild.svg @@ -0,0 +1,208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/files/rslib.svg b/src/icons/files/rslib.svg new file mode 100644 index 0000000..c2d9715 --- /dev/null +++ b/src/icons/files/rslib.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/files/rspack.svg b/src/icons/files/rspack.svg new file mode 100644 index 0000000..45755ef --- /dev/null +++ b/src/icons/files/rspack.svg @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 616ad67..2050c40 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -264,7 +264,10 @@ "expressive-code": { "iconPath": "./icons/files/expressive-code.svg" }, "lunaria": { "iconPath": "./icons/files/lunaria.svg" }, "cuda": { "iconPath": "./icons/files/cuda.svg" }, - "func": { "iconPath": "./icons/files/func.svg" } + "func": { "iconPath": "./icons/files/func.svg" }, + "rsbuild": { "iconPath": "./icons/files/rsbuild.svg" }, + "rspack": { "iconPath": "./icons/files/rspack.svg" }, + "rslib": { "iconPath": "./icons/files/rslib.svg" } }, "fileExtensions": { @@ -1251,7 +1254,23 @@ "webpackfile.mjs": "webpack", "webpackfile.ts": "webpack", "webpackfile.cts": "webpack", - "webpackfile.mts": "webpack" + "webpackfile.mts": "webpack", + "rsbuild.config.mjs": "rsbuild", + "rsbuild.config.ts": "rsbuild", + "rsbuild.config.js": "rsbuild", + "rsbuild.config.cjs": "rsbuild", + "rsbuild.config.mts": "rsbuild", + "rsbuild.config.cts": "rsbuild", + "rspack.config.js": "rspack", + "rspack.config.ts": "rspack", + "rspack.config.cjs": "rspack", + "rspack.config.mjs": "rspack", + "rslib.config.mjs": "rslib", + "rslib.config.ts": "rslib", + "rslib.config.js": "rslib", + "rslib.config.cjs": "rslib", + "rslib.config.mts": "rslib", + "rslib.config.cts": "rslib" }, "languageIds": { From 9d92cda6b071ce134115db9af182ffe0fe0abdd4 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Wed, 4 Sep 2024 08:59:42 -0700 Subject: [PATCH 2/2] Fix format --- src/symbol-icon-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/symbol-icon-theme.json b/src/symbol-icon-theme.json index 732ae98..bf2828c 100644 --- a/src/symbol-icon-theme.json +++ b/src/symbol-icon-theme.json @@ -217,7 +217,7 @@ "rescript": { "iconPath": "./icons/files/rescript.svg" }, "robot": { "iconPath": "./icons/files/robot.svg" }, "rome": { "iconPath": "./icons/files/rome.svg" }, - "rsbuild": { "iconPath": "./icons/files/rsbuild.svg" }, + "rsbuild": { "iconPath": "./icons/files/rsbuild.svg" }, "rspack": { "iconPath": "./icons/files/rspack.svg" }, "rslib": { "iconPath": "./icons/files/rslib.svg" }, "ruby": { "iconPath": "./icons/files/ruby.svg" },