Skip to content

Commit

Permalink
temp: let cody add context, don't add manually for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Jul 17, 2023
1 parent 54d60e8 commit 3c69c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/sg/cody/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands.explain = function(bufnr, start_line, end_line)
}

layout:run(function()
context.add_context(bufnr, table.concat(selection, "\n"), layout.state)
-- context.add_context(bufnr, table.concat(selection, "\n"), layout.state)

layout.state:append(Message.init(Speaker.user, contents))
layout:mount()
Expand Down

0 comments on commit 3c69c85

Please sign in to comment.