Skip to content

Commit 2654876

Browse files
committed
use CodeAction#title as bulk edit label option, microsoft#91369
1 parent 608ccd0 commit 2654876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/contrib/codeAction/codeActionCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export async function applyCodeAction(
164164
});
165165

166166
if (action.edit) {
167-
await bulkEditService.apply(action.edit, { editor });
167+
await bulkEditService.apply(action.edit, { editor, label: action.title });
168168
}
169169

170170
if (action.command) {

0 commit comments

Comments
 (0)