diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-16 23:41:12 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-16 23:41:12 +0300 |
| commit | c971c7f8a88d11f2b692a1bcd4d17b9b0c1a11d2 (patch) | |
| tree | 9edb25a2f044d4c63a61dbc870b10d5b1cf8415f /.gitignore | |
| parent | 4974b40bd5126cb4215580c0d066057a973f50d1 (diff) | |
fix(lsp): avoid duplicate assignment prefix in completions
- Prompt: instruct model to only continue from cursor; do not repeat LHS already typed.\n- Add stripDuplicateAssignmentPrefix to drop duplicated 'name :=' or 'name =' when model repeats it.\n- Tests: cover := and = cases.\n- .gitignore: ignore built binary and go caches.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1 +1,3 @@ -./hexai +/hexai +/.gocache/ +/.gomodcache/ |
