提交 7b4e363f 编写于 作者: R Rob Lourens

Fix #42506

上级 c8a22cce
......@@ -191,7 +191,8 @@ export class UserSettingsRenderer extends Disposable implements IPreferencesRend
}
public editPreference(setting: ISetting): boolean {
return this.editSettingActionRenderer.activateOnSetting(setting);
const editableSetting = this.getSetting(setting);
return editableSetting && this.editSettingActionRenderer.activateOnSetting(editableSetting);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册