Skip to content

Commit

Permalink
修复一个bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Aug 7, 2024
1 parent f9bebf7 commit 2626723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2626723

Please sign in to comment.