docs(work): mark completed lsp slices
Update workledger status for completed diagnostics, completion, hover, and protocol LSP slices.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: SLICE-0005
|
||||
type: slice
|
||||
status: ready
|
||||
status: done
|
||||
parent: NS-0002
|
||||
title: Prove LSP diagnostics parity with hemx-build
|
||||
refs:
|
||||
@@ -40,4 +40,4 @@ Make LSP diagnostics a faithful editor transport for `hemx-build` diagnostics ac
|
||||
|
||||
## Evidence
|
||||
|
||||
`hemx-lsp/src/main.rs` already has diagnostics CLI and LSP publish paths that can be covered with protocol tests.
|
||||
Done at commits `6cf800c` and verified again at `38794cf` with `cargo test -p hemx-lsp`: protocol tests cover build-equivalent diagnostics publishing on `didOpen`/`didSave`, clearing on `didChange`/`didClose`, and file-backed `didSave` without in-memory text.
|
||||
|
||||
Reference in New Issue
Block a user