Fix CI failures — StyLua parse error and Luacheck warnings

- Replace invalid // comment in window/init.lua with Lua -- comment
- Make check_for_closed_prompt a local function (was leaking global)
- Require get_config for close_tag pattern instead of undefined config
- Wire auto_process through preferences.is_auto_process_enabled()
- Add local extract_functions/classes/imports helpers to auto_index_file
- Remove unused comment_block_start/comment_block_end variables
This commit is contained in:
2026-03-24 23:05:27 -04:00
parent a7d269944d
commit d9264bff1d
7 changed files with 67 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
local M = {}
M.version = "1.0.2"
M.version = "1.0.3"
---@type CoderConfig
M.config = {}