continue
continue copied to clipboard
VS Code Remote Dev SSH always autocompletes }
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macOS 14.3.1
- Continue: v0.9.115 (pre-release)
- IDE: VS Code
The SSH host is a Windows 11 machine which is also running the Ollama server, the client is an OSX machine as above which works fine when editing local files without the SSH Remote Dev feature.
VS Code settings are sync'd, and the Ollama host URL works from both machines, and Continue's "Cmd+L" function works in both cases -- just not the tabAutoComplete.
Description
If I edit local files on my OSX machine in VS Code, I get back nice tab autocomplete suggestions.
If I use the same machine with same Continue configuration using VS Code's SSH Remote Development, every autocomplete comes back with } only.
To reproduce
- Open a VS Code Remote Development SSH
- Edit any file with properly configured continue Expected:
- Reasonable autocomplete suggestions Actual:
- Every suggestion is just '}', to which tabbing works, and suggests another '}' character.
Log output
No response