diff options
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 421124764..c9404a4dd 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -145,7 +145,7 @@ | |||
145 | { | 145 | { |
146 | "command": "rust-analyzer.onEnter", | 146 | "command": "rust-analyzer.onEnter", |
147 | "key": "enter", | 147 | "key": "enter", |
148 | "when": "editorTextFocus && editorLangId == rust" | 148 | "when": "editorTextFocus && !suggestWidgetVisible && editorLangId == rust" |
149 | } | 149 | } |
150 | ], | 150 | ], |
151 | "configuration": { | 151 | "configuration": { |