fix: selected code (#1542)

This commit is contained in:
yetone
2025-03-10 00:17:24 +08:00
committed by GitHub
parent 32665974ee
commit 05b3b843c8
3 changed files with 17 additions and 12 deletions

View File

@@ -367,7 +367,7 @@ vim.g.avante_login = vim.g.avante_login
---@field response string
---@field original_response string
---@field selected_file {filepath: string}?
---@field selected_code {filetype: string, content: string}?
---@field selected_code AvanteSelectedCode | nil
---@field reset_memory boolean?
---@field selected_filepaths string[] | nil
---