mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Fixes #78098: Return isPreferred from vscode.executeCodeActionProvider
This commit is contained in:
@@ -506,6 +506,7 @@ export class ExtHostApiCommands {
|
||||
if (codeAction.command) {
|
||||
ret.command = this._commands.converter.fromInternal(codeAction.command);
|
||||
}
|
||||
ret.isPreferred = codeAction.isPreferred;
|
||||
return ret;
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user