Skip to content

Commit

Permalink
fix: back service register completion not work (#4054)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet authored Sep 29, 2024
1 parent 1596a2b commit ce12736
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ export class IntelligentCompletionsController extends BaseAIMonacoEditorControll
public mount(): IDisposable {
this.handlerAlwaysVisiblePreference();

const provider = this.intelligentCompletionsRegistry.getProvider();
if (!provider) {
return this;
}

this.whenMultiLineEditsVisibleDisposable = new Disposable();
this.multiLineDecorationModel = new MultiLineDecorationModel(this.monacoEditor);
this.additionsDeletionsDecorationModel = new AdditionsDeletionsDecorationModel(this.monacoEditor);
Expand Down

0 comments on commit ce12736

Please sign in to comment.