Commit Graph
16 Commits
Author SHA1 Message Date
csh 06a0da5124 🐛 fix(core): enforce strict LSP lifecycle 2026-07-13 21:35:40 +08:00
csh 89b8937697 🐛 fix(async_executor): implement cooperative cancellation 2026-07-13 16:03:56 +08:00
csh aa31ecad18 test(text_coordinates): run cases before exit coverage 2026-07-12 12:32:55 +08:00
csh 61d16d0147 🐛 fix(text_coordinates): convert LSP UTF-16 positions 2026-07-12 12:15:46 +08:00
csh 49e7c7f424 test(lsp): remove obsolete logger flags 2026-07-11 18:26:14 +08:00
csh 20b7d439b1 🔧 lsp-server: update CMakeLists
lsp-server ci / build-and-test (push) Failing after 21s
2026-02-02 17:41:31 +08:00
csh e4e7d4d5ae 🔧 lsp-server: update cppm sources 2026-02-02 17:32:57 +08:00
csh b2a1bb6685 feat(lsp_server): add call snippets to completion resolve 2025-12-24 15:13:10 +08:00
csh d13b24a5da 🐛 fix(lsp_server): disable diagnostics publishing by default 2025-12-24 13:45:35 +08:00
csh ec2c580a8c test(lsp_server): cover completion trigger cases
Add explicit coverage for empty-prefix variants, unit/member dot access, createobject quoting forms, and resolve snippet placeholders.

Verified: test_provider (clang-linux-server/Release)
2025-12-24 12:23:53 +08:00
csh adec86a3aa 🐛 fix(symbol): index all system tsf files
Do not drop system-library .tsf units when the file stem differs from top-level symbols.

Add test_provider support for --interpreter=... and an interpreter integration test that validates full indexing plus completion+resolve snippet.
2025-12-24 12:02:30 +08:00
csh 02864dda89 🔧 chore(lsp_server): gate providers to completion/definition
Initialize now advertises only completion (resolve) and definition.

Verified: test_provider (clang-linux-server/Release)
2025-12-24 11:33:40 +08:00
csh 09e65224fe feat(lsp_server): implement missing providers and json coverage
Implement workspace configuration/folders and apply WorkspaceEdit.changes.

Strengthen provider JSON coverage (all methods require params, no errors).

Verified: Release test_provider
2025-12-24 10:42:13 +08:00
csh f54050bad2 ♻️ refactor(semantic): split semantic partitions
move semantic declarations into focused partitions and add new type_system.types/graph.types modules.

reorder lsp server members so async executor shuts down before manager hub to avoid exit crash.
2025-12-21 21:33:15 +08:00
csh fbf6c85baa 🧪 test: register remaining tests in ctest 2025-12-21 15:52:09 +08:00
csh bb0cbde79c 🧪 test: add LSP json fixtures and provider suite 2025-12-21 15:39:33 +08:00