Skip to content

Commit 7e5cfcd

Browse files
bors[bot]Jason Williams
andauthored
Merge #3362
3362: removing ctrl+r key binding fixes #2733 r=matklad a=jasonwilliams @matklad i didn't see this mentioned anywhere else in the features.md Co-authored-by: Jason Williams <[email protected]>
2 parents 3e25b17 + 8e88db9 commit 7e5cfcd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

editors/code/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@
154154
"key": "ctrl+shift+j",
155155
"when": "editorTextFocus && editorLangId == rust"
156156
},
157-
{
158-
"command": "rust-analyzer.run",
159-
"key": "ctrl+r",
160-
"when": "editorTextFocus && editorLangId == rust"
161-
},
162157
{
163158
"command": "rust-analyzer.onEnter",
164159
"key": "enter",

0 commit comments

Comments
 (0)