mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
add comment on the new update.channel setting
This commit is contained in:
@@ -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.")
|
||||
},
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user