提交 c3f2b87c 编写于 作者: S Sandeep Somavarapu

Fix #19121

上级 9c9a615d
......@@ -587,7 +587,7 @@ export class SettingsRenderer extends Disposable implements IPreferencesRenderer
@IInstantiationService protected instantiationService: IInstantiationService
) {
super();
if (this.preferencesService.workspaceSettingsResource.toString() === preferencesModel.uri.toString()) {
if (ConfigurationTarget.WORKSPACE === preferencesModel.configurationTarget) {
this.untrustedSettingRenderer = this._register(instantiationService.createInstance(UnTrustedWorkspaceSettingsRenderer, editor, preferencesModel));
}
this.settingHighlighter = this._register(instantiationService.createInstance(SettingHighlighter, editor, this._onFocusPreference, this._onClearFocusPreference));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册