From 2626723d37991f79736f80333769b10a9ef677f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 7 Aug 2024 19:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/console/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/console/index.ts b/src/console/index.ts index 1ed7f2b..4a81264 100644 --- a/src/console/index.ts +++ b/src/console/index.ts @@ -105,7 +105,7 @@ function registerAllMethods() { hasValidateInput?: boolean; // 是否有 validateInput 回调 } - registerMethod('showInput', async (client, params: ShowInputParams) => { + registerMethod('showInputBox', async (client, params: ShowInputParams) => { let result = await vscode.window.showInputBox({ title: params.title, value: params.value,