add comment on the new update.channel setting

This commit is contained in:
Benjamin Pasero
2015-11-20 11:06:52 +01:00
parent ed139191d6
commit fb8c66d99f

View File

@@ -70,7 +70,7 @@ configurationRegistry.registerConfiguration({
'update.channel': {
'type': 'string',
'default': 'stable',
'description': nls.localize('updateChannel', "Configure the update channel to receive updates from.")
'description': nls.localize('updateChannel', "Configure the update channel to receive updates from. Requires a restart after change.")
},
}
});