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: src/tools/rust-analyzer/editors/code/package.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2759,6 +2759,19 @@
2759
2759
}
2760
2760
}
2761
2761
},
2762
+
{
2763
+
"title": "Profiling",
2764
+
"properties": {
2765
+
"rust-analyzer.profiling.memoryProfile": {
2766
+
"markdownDescription": "The path where to save memory profiling output.\n\n**Note:** Memory profiling is not enabled by default in rust-analyzer builds, you need to build\nfrom source for it.",
0 commit comments