diff --git a/src/vs/workbench/electron-browser/main.contribution.ts b/src/vs/workbench/electron-browser/main.contribution.ts index e1ec179c855..882095b2680 100644 --- a/src/vs/workbench/electron-browser/main.contribution.ts +++ b/src/vs/workbench/electron-browser/main.contribution.ts @@ -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.") }, } }); \ No newline at end of file