mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
@@ -147,9 +147,9 @@ export default class TypeScriptRefactorProvider implements vscode.CodeActionProv
|
||||
} else {
|
||||
for (const action of info.actions) {
|
||||
actions.push({
|
||||
title: info.description,
|
||||
title: action.description,
|
||||
command: {
|
||||
title: info.description,
|
||||
title: action.description,
|
||||
command: ApplyRefactoringCommand.ID,
|
||||
arguments: [document, file, info.name, action.name, range]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user