Skip to content

Commit

Permalink
switch default interactive.execute keybinding (#214161)
Browse files Browse the repository at this point in the history
switch default keybinding
  • Loading branch information
amunger authored Jun 3, 2024
1 parent 176b64a commit 06a1625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
},
['interactiveWindow.executeWithShiftEnter']: {
type: 'boolean',
default: true,
default: false,
markdownDescription: localize('interactiveWindow.executeWithShiftEnter', "Execute the interactive window (REPL) input box with shift+enter, so that enter can be used to create a newline.")
}
}
Expand Down

0 comments on commit 06a1625

Please sign in to comment.