mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 16:58:55 -05:00
Notify user of need to restart code on locale change (#51400)
* Possible improvement for making it obvious that language change needs restart. #50970. * Try to make request to restart feel more right. * Update message location.
This commit is contained in:
@@ -24,8 +24,8 @@ export class ConfigureLocaleAction extends Action {
|
||||
'{',
|
||||
`\t// ${localize('displayLanguage', 'Defines VSCode\'s display language.')}`,
|
||||
`\t// ${localize('doc', 'See {0} for a list of supported languages.', 'https://go.microsoft.com/fwlink/?LinkId=761051')}`,
|
||||
`\t// ${localize('restart', 'Changing the value requires restarting VSCode.')}`,
|
||||
`\t"locale":"${language}"`,
|
||||
`\t`,
|
||||
`\t"locale":"${language}" // ${localize('restart', 'Changes will not take effect until VSCode has been restarted.')}`,
|
||||
'}'
|
||||
].join('\n');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user