提交 000f0274 编写于 作者: M Matt Bierner

Formatting

上级 696fc1b4
......@@ -151,21 +151,17 @@ class UpdateImportsOnFileRenameHandler {
const response = await vscode.window.showInformationMessage<Item>(
localize('prompt', "Update imports for moved file: '{0}'?", path.basename(newResource.fsPath)), {
modal: true,
},
{
}, {
title: localize('reject.title', "No"),
choice: Choice.Reject,
isCloseAffordance: true,
},
{
}, {
title: localize('accept.title', "Yes"),
choice: Choice.Accept,
},
{
}, {
title: localize('always.title', "Always automatically update imports"),
choice: Choice.Always,
},
{
}, {
title: localize('never.title', "Never automatically update imports"),
choice: Choice.Never,
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册