turbo-editors/turbo-rustpublic Fork 0
v1.0.2
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-rust.git
git clone ssh://git@rickub.com/turbo-editors/turbo-rust.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

📦 Turbo Rust 713ea5c · on v1.0.2 · k33g · 13h ago
2026-09-18-untitled-lsp-docs.md · 13 lines · 789 Bmarkdown
Blame HistoryOpen raw

Handoff — 2026-09-18 — Untitled-window LSP fix: docs added, re-pin pending

State

turbo-core fixed the "window that started Untitled has no LSP until a restart" defect (its .memory/handoffs/2026-09-18-first-launch-lsp.md has the whole story). Here, only docs/{en,fr}/how-to/enable-completion.md gained the matching variant, inserted right after the -no-lsp block. Not committed.

Next steps

  1. When turbo-core is tagged and released: bump the require in go.mod, go mod tidy, rebuild, and drive it once — type into an Untitled window, save it under the language's extension, ask for a completion.

Watch out for

  • The docs are ahead of the binary until that re-pin: an editor built from the current pin still has the defect the new variant says is gone.
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# Handoff — 2026-09-18 — Untitled-window LSP fix: docs added, re-pin pending

## State

turbo-core fixed the "window that started Untitled has no LSP until a restart" defect (its `.memory/handoffs/2026-09-18-first-launch-lsp.md` has the whole story). Here, only `docs/{en,fr}/how-to/enable-completion.md` gained the matching variant, inserted right after the `-no-lsp` block. Not committed.

## Next steps

1. When turbo-core is tagged and released: bump the `require` in `go.mod`, `go mod tidy`, rebuild, and drive it once — type into an Untitled window, save it under the language's extension, ask for a completion.

## Watch out for

- **The docs are ahead of the binary until that re-pin**: an editor built from the current pin still has the defect the new variant says is gone.