From 0aac8eaf047733a0e3f75ed458bfa953d8cc792e Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 25 Aug 2021 23:00:54 -0400 Subject: Add 'requiresRestart' property to settings schema for UI notification. --- python/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/settings.py') diff --git a/python/settings.py b/python/settings.py index 50538469..91f6259c 100644 --- a/python/settings.py +++ b/python/settings.py @@ -78,8 +78,10 @@ class Settings(object): "aliases" array : {string} None Yes Array of deprecated setting key(s) "description" string None No Detailed setting description "ignore" array : {string} None Yes {"SettingsUserScope", "SettingsProjectScope", "SettingsResourceScope"} + "message" string None Yes An optional message with additional emphasis "readOnly" boolean None Yes Only enforced by UI elements "optional" boolean None Yes Indicates setting can be null + "requiresRestart boolean None Yes Enable restart notification in the UI upon change ================== ====================================== ================== ======== ======================================================================= .. note:: In order to facilitate deterministic analysis results, settings from the *'default'* schema that impact analysis are serialized \ -- cgit v1.3.1