Merge #11433
11433: minor: Add scary warning to `onEnter` r=lnicola a=lnicola Closes #11432 Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
342c3c42bb
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ use text_edit::TextEdit;
|
|||
//
|
||||
// This action needs to be assigned to shortcut explicitly.
|
||||
//
|
||||
// Note that, depending on the other installed extensions, this feature can visibly slow down typing.
|
||||
// Similarly, if rust-analyzer crashes or stops responding, `Enter` might not work.
|
||||
// In that case, you can still press `Shift-Enter` to insert a newline.
|
||||
//
|
||||
// VS Code::
|
||||
//
|
||||
// Add the following to `keybindings.json`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue