We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_onEnablementOrModelChanged
1 parent 6bb118a commit 4bc1b8eCopy full SHA for 4bc1b8e
src/vs/workbench/contrib/inlineChat/browser/inlineChatDecorations.ts
@@ -60,6 +60,7 @@ export class InlineChatDecorationsContribution extends Disposable implements IEd
60
}));
61
this._register(this._inlineChatService.onDidChangeProviders(() => this._onEnablementOrModelChanged()));
62
this._register(this._editor.onDidChangeModel(() => this._onEnablementOrModelChanged()));
63
+ this._onEnablementOrModelChanged();
64
}
65
66
private _onEnablementOrModelChanged(): void {
0 commit comments