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.
1 parent 5dd1c0d commit fef06d3Copy full SHA for fef06d3
1 file changed
src/calva_backseat_driver/mcp/axs.cljs
@@ -70,8 +70,8 @@
70
71
(defn- handle-mcp-request [request]
72
{:ex/fxs [[:mcp/fx.handle-request {:mcp/repl-enabled? :vscode/config.enableMcpReplEvaluation
73
- :mcp/provide-bd-skill? :vscode/config.provideBdSkill
74
- :mcp/provide-edit-skill? :vscode/config.provideEditSkill} request]]})
+ :mcp/provide-bd-skill? :vscode/config.provideBdSkill
+ :mcp/provide-edit-skill? :vscode/config.provideEditSkill} request]]})
75
76
(defn handle-action [state _context action]
77
(match action
0 commit comments