Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-20 | Run diagnostics on unopened files when explicitly requested by the user | Paul Emmerich | |
If I explicitly click on "Diagnose workspace" I would expect it to show me *all* the diagnostics similar to how --check in a CI would check my project. This makes it easier for users to check their whole workspace after making changes to some library or core function that potentially affects a large number of files that are usually only checked once opened. | |||
2024-04-19 | socket连接把错误打印到日志中 | 最萌小汐 | |
2024-04-18 | fixes bug | actboy168 | |
2024-04-18 | 和客户端连接模式的日志 | 最萌小汐 | |
2024-04-18 | `merge` 改叫 `partial` | 最萌小汐 | |
2024-04-18 | 每个线程只进行一次update | 最萌小汐 | |
2024-04-18 | 补充测试和更新说明 | 最萌小汐 | |
2024-04-18 | alias (merge) 的语义着色 | 最萌小汐 | |
2024-04-18 | 如果有 merge 属性,则跳过 `duplicate-doc-alias` 检查 | 最萌小汐 | |
2024-04-18 | 支持多个enum合并 | 最萌小汐 | |
2024-04-18 | 兼容新的bee.net | 最萌小汐 | |
2024-04-18 | 更新 bee.net | 最萌小汐 | |
2024-04-17 | 修正内部警告 | 最萌小汐 | |
2024-04-17 | 修正 `discard-returns` 对条件的误报 | 最萌小汐 | |
2024-04-17 | 修复测试 | 最萌小汐 | |
2024-04-17 | thread.sleep 改成毫秒 | 最萌小汐 | |
2024-04-16 | Merge pull request #2585 from clay-golem/fix/discard-returns-trigger | 最萌小汐 | |
Detect discard-returns in all block types | |||
2024-04-16 | Merge pull request #2574 from Luke100000/patch-1 | 最萌小汐 | |
Update compiler.lua | |||
2024-03-30 | Allow plugins to resolve require paths | Artem Dzhemesiuk | |
2024-03-25 | Detect discard-returns in all block types | Jakub | |
2024-03-18 | Update compiler.lua | Luke100000 | |
2024-03-18 | Merge branch 'master' into generic-pattern1 | fesily | |
2024-03-15 | Merge pull request #2562 from AndreasMatthias/doc-update | 最萌小汐 | |
Update `doc.json` | |||
2024-03-15 | fix error in filewatch | 最萌小汐 | |
2024-03-08 | Merge branch 'master' into doc-update | Andreas | |
2024-03-05 | Merge pull request #2547 from emmericp/patch-1 | 最萌小汐 | |
Flush stdout in check progress indicator | |||
2024-03-01 | Add --trust_all_plugins CLI option | Paul Emmerich | |
2024-02-27 | Merge branch 'master' into doc-update | Andreas | |
2024-02-27 | Merge pull request #2546 from emmericp/check-only-ws | 最萌小汐 | |
Only load files in workspace for --check (skip libraries) | |||
2024-02-26 | Only load files in workspace for --check (skip libraries) | Paul Emmerich | |
2024-02-26 | Flush stdout in check progress indicator | Paul Emmerich | |
stdout is often line-buffered and needs flushing for the progress indicator to work | |||
2024-02-26 | Add "deprecated" key in JSON output. | Andreas | |
2024-02-26 | Add "async" key in JSON output. | Andreas | |
2024-02-26 | Revert "Add "deprecated" key in JSON output." | 最萌小汐 | |
2024-02-26 | Revert "Add "async" key in JSON output." | 最萌小汐 | |
2024-02-26 | Merge branch 'master' into doc-update | Andreas | |
2024-02-26 | Merge branch 'master' into async | Andreas | |
2024-02-26 | platform.OS -> platform.os | actboy168 | |
2024-02-26 | Merge pull request #2532 from fesily/automatic-infer-function-param-type | 最萌小汐 | |
add infer function param type | |||
2024-02-26 | Update template.lua | fesily | |
2024-02-26 | Merge pull request #2538 from AndreasMatthias/deprecated | 最萌小汐 | |
Add "deprecated" key in JSON output. | |||
2024-02-24 | Desc/rawdesc for vararg expressions in JSON output. | Andreas | |
2024-02-24 | Merge branch 'master' into doc-update | Andreas | |
2024-02-24 | Merge branch 'master' into async | Andreas | |
2024-02-24 | Merge branch 'master' into deprecated | Andreas | |
2024-02-23 | Enable plugins during --check | Danny Farrell | |
2024-02-23 | Update script/vm/compiler.lua | fesily | |
Co-authored-by: Lewis Russell <me@lewisr.dev> | |||
2024-02-23 | fix warn | fesily | |
2024-02-21 | CLI option --doc_update. | Andreas | |
Update an existing 'doc.json' without using --doc again. | |||
2024-02-21 | Merge branch 'master' into generic-pattern1 | fesily | |