mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
fix #45124
This commit is contained in:
@@ -418,6 +418,9 @@ export class ExtHostApiCommands {
|
||||
if (codeAction.edit) {
|
||||
ret.edit = typeConverters.WorkspaceEdit.to(codeAction.edit);
|
||||
}
|
||||
if (codeAction.command) {
|
||||
ret.command = this._commands.converter.fromInternal(codeAction.command);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user