feat(lsp): workspace-wide import path index (0.14)

Index import paths from scanWorkspace so path classification works without
open documents. Smoke renames Std::Io with Util.bux closed on disk.
This commit is contained in:
2026-07-20 00:09:51 +03:00
parent a296f1695d
commit b332e98ab3
4 changed files with 131 additions and 11 deletions
+3
View File
@@ -188,6 +188,9 @@ test-lsp: lsp
@echo "==> LSP implementation smoke"
@chmod +x tools/smoke_lsp_implementation.sh
@tools/smoke_lsp_implementation.sh
@echo "==> LSP workspace import index smoke"
@chmod +x tools/smoke_lsp_workspace_imports.sh
@tools/smoke_lsp_workspace_imports.sh
.PHONY: test-registry
test-registry: build