未验证 提交 a0121558 编写于 作者: R Rachel Macfarlane 提交者: GitHub

Show notification when running with extensions disabled, fixes #46817

上级 cf87ba36
......@@ -299,6 +299,10 @@ export class ExtensionService extends Disposable implements IExtensionService {
this._extensionHostProcessManager = null;
this.startDelayed(lifecycleService);
if (this._environmentService.disableExtensions) {
this._notificationService.info(nls.localize('extensionsDisabled', "All extensions are disabled."));
}
}
private startDelayed(lifecycleService: ILifecycleService): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册