Skip to content

Many times tab wont accept the proposed autocomplete #7625

@dustContributor

Description

@dustContributor

Before submitting your bug report

Relevant environment info

- OS:Debian
- Continue version: 1.2.2
- IDE version: 1.103.2
- Model: qwen 2.5 coder 3b
- config:
  
name: Local Assistant
version: 1.0.0
schema: v1
models:
  - name: llama3.2 3b
    provider: ollama
    model: llama3.2:latest
    roles:
      - chat
      - edit
      - apply
    capabilities:
      - tool_use
    defaultCompletionOptions:
      contextLength: 8192
  - name: mistral-nemo:12b
    provider: ollama
    model: mistral-nemo:latest
    roles:
      - chat
      - edit
      - apply
    capabilities:
      - tool_use
    defaultCompletionOptions:
      contextLength: 32768
  - name: nomic-embed-text latest
    provider: ollama
    model: nomic-embed-text:latest
    embedOptions:
      maxChunkSize: 8192
    roles:
      - embed
  - name: qwen2.5-coder 3b
    provider: ollama
    model: qwen2.5-coder:3b
    roles:
      - chat
      - edit
      - apply
      - autocomplete
    defaultCompletionOptions:
      contextLength: 32768
      maxTokens: 8192
context:
  - provider: code
  - provider: docs
  - provider: diff
  - provider: terminal
  - provider: problems
  - provider: folder
  - provider: codebase
  
  OR link to agent in Continue hub:

Description

For some reason pressing tab instead of accepting an autocomplete suggestion, it deletes it. It's very frustrating.

I'm using the Java development plugin from RedHat

I can't provide an exact repro honestly, I don't know why it happens.

To reproduce

No response

Log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:autocompleteRelates to the auto complete featurekind:bugIndicates an unexpected problem or unintended behavioros:linuxHappening specifically on Linux

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions