continue icon indicating copy to clipboard operation
continue copied to clipboard

VS Code Remote Dev SSH always autocompletes }

Open Tom-E opened this issue 1 year ago • 0 comments

Before submitting your bug report

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

  1. Open a VS Code Remote Development SSH
  2. Edit any file with properly configured continue Expected:
  3. Reasonable autocomplete suggestions Actual:
  4. Every suggestion is just '}', to which tabbing works, and suggests another '}' character.

Log output

No response

Tom-E avatar Apr 21 '24 04:04 Tom-E