We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust-analyzer/reloadProcMacros
rust-analyzer/rebuildProcMacros
1 parent f85fc28 commit ef42240Copy full SHA for ef42240
editors/code/src/lsp_ext.ts
@@ -43,7 +43,7 @@ export const relatedTests = new lc.RequestType<lc.TextDocumentPositionParams, Te
43
"rust-analyzer/relatedTests"
44
);
45
export const reloadWorkspace = new lc.RequestType0<null, void>("rust-analyzer/reloadWorkspace");
46
-export const rebuildProcMacros = new lc.RequestType0<null, void>("rust-analyzer/reloadProcMacros");
+export const rebuildProcMacros = new lc.RequestType0<null, void>("rust-analyzer/rebuildProcMacros");
47
48
export const runFlycheck = new lc.NotificationType<{
49
textDocument: lc.TextDocumentIdentifier | null;
0 commit comments