mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 15:55:15 +01:00
Hook menu title rename (#294645)
This commit is contained in:
@@ -611,7 +611,7 @@ export async function showConfigureHooksQuickPick(
|
||||
const inputBox = inputDisposables.add(quickInputService.createInputBox());
|
||||
inputBox.prompt = localize('commands.hook.filename.prompt', "Enter hook file name");
|
||||
inputBox.placeholder = localize('commands.hook.filename.placeholder', "e.g., hooks, diagnostics, security");
|
||||
inputBox.title = localize('commands.hook.selectFolder.title', 'Hook File Location');
|
||||
inputBox.title = localize('commands.hook.filename.title', "Hook File Name");
|
||||
inputBox.buttons = [backButton];
|
||||
inputBox.ignoreFocusOut = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user