fix config ID (#212751)

This commit is contained in:
Aaron Munger 2024-05-14 16:18:58 -07:00 committed by GitHub
parent 6ffbf8bff2
commit 7415be2f47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -814,7 +814,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
default: false,
markdownDescription: localize('interactiveWindow.promptToSaveOnClose', "Prompt to save the interactive window when it is closed. Only new interactive windows will be affected by this setting change.")
},
['executeWithShiftEnter']: {
['interactiveWindow.executeWithShiftEnter']: {
type: 'boolean',
default: true,
markdownDescription: localize('interactiveWindow.executeWithShiftEnter', "Execute the interactive window (REPL) input box with shift+enter, so that enter can be used to create a newline.")