Skip to content

Commit 1e1b393

Browse files
feat: register lsp command in registry
1 parent 4dbe7dc commit 1e1b393

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/hooks/useAppInitialization.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import {
2222
exportCommand,
2323
helpCommand,
2424
initCommand,
25+
lspCommand,
2526
mcpCommand,
2627
modelCommand,
2728
providerCommand,
@@ -328,6 +329,7 @@ export function useAppInitialization({
328329
modelCommand,
329330
providerCommand,
330331
commandsCommand,
332+
lspCommand,
331333
mcpCommand,
332334
initCommand,
333335
themeCommand,

0 commit comments

Comments
 (0)