From 69333f74a9ee7c50887e04fd472be43b7003fe32 Mon Sep 17 00:00:00 2001 From: Chet Xu <510374040@qq.com> Date: Tue, 14 Mar 2023 12:25:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aremove=20var?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 26 +++++++++++--------------- src/Reminder.ts | 14 +++++++------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index dfd276d..05f0180 100644 --- a/package.json +++ b/package.json @@ -35,25 +35,21 @@ ], "icon": "time.png", "galleryBanner": { - "color": "#EFF1F3", + "color": "#14181D", "theme": "dark" }, "main": "./dist/extension.js", "contributes": { - "keybindings": [ - { - "command": "extension.start", - "key": "ctrl+f1", - "mac": "cmd+f1", - "when": "inputFocus" - } - ], - "commands": [ - { - "command": "extension.start", - "title": "Reminder" - } - ], + "keybindings": [{ + "command": "extension.start", + "key": "ctrl+f1", + "mac": "cmd+f1", + "when": "inputFocus" + }], + "commands": [{ + "command": "extension.start", + "title": "Reminder" + }], "configuration": { "type": "object", "title": "ReminderSetting", diff --git a/src/Reminder.ts b/src/Reminder.ts index d8ff462..15c7454 100644 --- a/src/Reminder.ts +++ b/src/Reminder.ts @@ -139,15 +139,15 @@ export class Reminder {