mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
This commit is contained in:
@@ -66,7 +66,7 @@ export class StartSessionAction extends EditorAction2 {
|
||||
if (arg && InlineChatRunOptions.isInteractiveEditorOptions(arg)) {
|
||||
options = arg;
|
||||
}
|
||||
InlineChatController.get(editor)?.run(options);
|
||||
InlineChatController.get(editor)?.run({ ...options });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user