File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/vs/workbench/api/common Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -550,6 +550,7 @@ const newCommands: ApiCommand[] = [
550550 attachments : v . attachments ,
551551 autoSend : v . autoSend ,
552552 position : v . position ? typeConverters . Position . from ( v . position ) : undefined ,
553+ blockOnResponse : v . blockOnResponse
553554 } ;
554555 } ) ] ,
555556 ApiCommandResult . Void
@@ -563,6 +564,7 @@ type InlineChatEditorApiArg = {
563564 attachments ?: vscode . Uri [ ] ;
564565 autoSend ?: boolean ;
565566 position ?: vscode . Position ;
567+ blockOnResponse ?: boolean ;
566568} ;
567569
568570type InlineChatRunOptions = {
@@ -572,6 +574,7 @@ type InlineChatRunOptions = {
572574 attachments ?: URI [ ] ;
573575 autoSend ?: boolean ;
574576 position ?: IPosition ;
577+ blockOnResponse ?: boolean ;
575578} ;
576579
577580//#endregion
You can’t perform that action at this time.
0 commit comments