From 1bd410989925a5ebca3ab19434c01a65960a4e70 Mon Sep 17 00:00:00 2001 From: Neil Lee Date: Mon, 20 Nov 2023 11:07:45 +0800 Subject: [PATCH] feat: git-branch, debug-disconnect, remote icons --- scripts/set.ts | 6 ++++-- theme/package.json | 2 +- theme/tabler-icons.json | 11 ++++++++++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/scripts/set.ts b/scripts/set.ts index 3de1447..531fa00 100644 --- a/scripts/set.ts +++ b/scripts/set.ts @@ -167,6 +167,7 @@ export type IDS = | 'gear' | 'gift' | 'gist-secret' + | 'git-branch' | 'git-commit' | 'git-compare' | 'git-merge' @@ -560,7 +561,7 @@ export const set: IconSet = { 'codicon:debug-continue': 'tabler:debug-continue', 'codicon:debug-continue-small': 'tabler:debug-continue-small', 'codicon:debug-coverage': 'tabler:debug-coverage', - 'codicon:debug-disconnect': 'tabler:debug-disconnect', + 'codicon:debug-disconnect': 'tabler:plug-connected', 'codicon:debug-line-by-line': 'tabler:debug-line-by-line', 'codicon:debug-pause': 'tabler:debug-pause', 'codicon:debug-rerun': 'tabler:debug-rerun', @@ -624,6 +625,7 @@ export const set: IconSet = { 'codicon:gear': 'tabler:settings', 'codicon:gift': 'tabler:gift', 'codicon:gist-secret': 'tabler:gist-secret', + 'codicon:git-branch': 'tabler:git-branch', 'codicon:git-commit': 'tabler:git-commit', 'codicon:git-compare': 'tabler:git-compare', 'codicon:git-merge': 'tabler:git-merge', @@ -763,7 +765,7 @@ export const set: IconSet = { 'codicon:references': 'tabler:references', 'codicon:refresh': 'tabler:refresh', 'codicon:regex': 'tabler:regex', - 'codicon:remote': 'tabler:remote', + 'codicon:remote': 'tabler:cloud-code', 'codicon:remote-explorer': 'tabler:device-desktop-code', 'codicon:remove': 'tabler:minus', 'codicon:replace': 'tabler:replace', diff --git a/theme/package.json b/theme/package.json index 4632a00..1fa28cc 100644 --- a/theme/package.json +++ b/theme/package.json @@ -2,7 +2,7 @@ "publisher": "zguolee", "name": "tabler-icons", "displayName": "Tabler Product Icons", - "version": "0.2.2", + "version": "0.3.1", "description": "Tabler Product Icons for VS Code", "icon": "icon.png", "categories": [ diff --git a/theme/tabler-icons.json b/theme/tabler-icons.json index 1c26b8c..1ac7d2f 100644 --- a/theme/tabler-icons.json +++ b/theme/tabler-icons.json @@ -214,6 +214,9 @@ "debug-alt": { "fontCharacter": "\\ea48" }, + "debug-disconnect": { + "fontCharacter": "\\f00a" + }, "desktop-download": { "fontCharacter": "\\f864" }, @@ -287,7 +290,7 @@ "fontCharacter": "\\ed4e" }, "files": { - "fontCharacter": "\\eaad" + "fontCharacter": "\\edef" }, "filter": { "fontCharacter": "\\eaa5" @@ -325,6 +328,9 @@ "gift": { "fontCharacter": "\\eb68" }, + "git-branch": { + "fontCharacter": "\\eab2" + }, "git-commit": { "fontCharacter": "\\eab3" }, @@ -634,6 +640,9 @@ "regex": { "fontCharacter": "\\f31f" }, + "remote": { + "fontCharacter": "\\f84e" + }, "remote-explorer": { "fontCharacter": "\\f861" },