We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8bb5c commit b4f8f01Copy full SHA for b4f8f01
1 file changed
lua/claudecode/visual_commands.lua
@@ -352,7 +352,6 @@ function M.get_files_from_visual_selection(visual_data)
352
-- Get current directory once
353
local dir_ok, current_dir = pcall(oil.get_current_dir, bufnr)
354
if dir_ok and current_dir then
355
- local integrations = require("claudecode.integrations")
356
-- Access the process_oil_entry function through a module method
357
for line = start_pos, end_pos do
358
local entry_ok, entry = pcall(oil.get_entry_on_line, bufnr, line)
0 commit comments