mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Add scary warning to onEnter
This commit is contained in:
parent
ba33054802
commit
6bf97692ae
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.
|
// 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::
|
// VS Code::
|
||||||
//
|
//
|
||||||
// Add the following to `keybindings.json`:
|
// Add the following to `keybindings.json`:
|
||||||
|
|
Loading…
Reference in a new issue