LuaLS / LuaLS/lua-language-server

Feature Request: Language server to be recursive regardless of trailing slashes

未关闭
#2,039 5 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

enhancement
主要语言
Lua
星标
4.4k
派生
442
PR 合并指标
30 天内没有已合并 PR

描述

When executing the language server binary with --check [path] flag, it will only diagnose the immediate child elements of the given path if it contains a trailing slash
Currently, if I want to diagnose a project different subdirectories via the CLI, e.g. the lua-language-server itself, I'll need a script that calls the binary for every subdirectory of the project to get a full report - and as a result I get a check.json for every subdirectory with diagnosed problems. Edit: Just have to make sure the path format is correct.

So for example, I'd like to call something like
.\language-server\bin\lua-language-server.exe --check .\language-server\ --recursive
and have all the source files in subdirectories checked as well.
That way it might also be possible to have a single check.json as a report as well.

The correct enhancement to propose is to handle things like a trailing slash in the path the same

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 language server 的 --check [path] 入口开始,跟踪带末尾斜杠的路径是如何处理的。比较等效路径的递归诊断,然后验证带末尾斜杠和不带末尾斜杠的输入会生成相同的完整报告。

由索引模型根据 Issue 内容生成。

评估

技术栈
lua
领域
cli
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。