You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editors/code/package.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -588,6 +588,16 @@
588
588
}
589
589
}
590
590
},
591
+
{
592
+
"title": "assist",
593
+
"properties": {
594
+
"rust-analyzer.assist.termSearch.borrowcheck": {
595
+
"markdownDescription": "Enable borrow checking for term search code assists. If set to false, also there will be more suggestions, but some of them may not borrow-check.",
0 commit comments