File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/vs/workbench/contrib/inlineChat/browser Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -200,13 +200,6 @@ export class InlineChatController implements IEditorContribution {
200
200
this . _zone . value . showWidget ( widgetPosition ?? selectionRange . getStartPosition ( ) ) ;
201
201
}
202
202
203
- private _showWidget ( initialRender : boolean = false , hasEditResponse : boolean = false ) {
204
- assertType ( this . _activeSession ) ;
205
- const selectionRange = this . _activeSession . wholeRange . value ;
206
- const widgetPosition = this . _strategy ?. getWidgetPosition ( initialRender , selectionRange , hasEditResponse ) ;
207
- this . _zone . value . showWidget ( widgetPosition ?? selectionRange . getStartPosition ( ) ) ;
208
- }
209
-
210
203
protected async _nextState ( state : State , options : InlineChatRunOptions | undefined ) : Promise < void > {
211
204
this . _log ( 'setState to ' , state ) ;
212
205
const nextState = await this [ state ] ( options ) ;
You can’t perform that action at this time.
0 commit comments