Add lsp command for rebuilding proc macros

This commit is contained in:
Lukas Wirth 2023-03-25 16:47:41 +01:00
parent d154ea88f9
commit e9fb2ffe45
7 changed files with 27 additions and 1 deletions

View file

@ -153,6 +153,7 @@ function createCommands(): Record<string, CommandFactory> {
memoryUsage: { enabled: commands.memoryUsage },
shuffleCrateGraph: { enabled: commands.shuffleCrateGraph },
reloadWorkspace: { enabled: commands.reloadWorkspace },
reloadProcMacros: { enabled: commands.reloadProcMacros },
addProject: { enabled: commands.addProject },
matchingBrace: { enabled: commands.matchingBrace },
joinLines: { enabled: commands.joinLines },