Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selected text in vscode pops up "chat" and "edit" selections resulting in lowering the line of selected text #4324

Open
3 tasks done
SadeghPouriyanZadeh opened this issue Feb 24, 2025 · 1 comment · May be fixed by #4325
Assignees
Labels
ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@SadeghPouriyanZadeh
Copy link

Before submitting your bug report

Relevant environment info

- OS: Linux Mint 22.1 x86_64
- Continue version: 0.8.68
- IDE version: VSCode 1.97.2
- Model: qwen2.5-coder:1.5b-base
- config:
  
{
  "models": [
    {
      "title": "llama3.2-3b",
      "model": "llama3.2-3b",
      "provider": "ollama"
    }
  ],
  "tabAutocompleteModel": {
    "title": "qwen2.5-coder:1.5b-base",
    "model": "qwen2.5-coder:1.5b-base",
    "provider": "ollama"
  },
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "cmd",
      "description": "Generate a shell command"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ],
  "embeddingsProvider": {
    "provider": "free-trial"
  },
  "reranker": {
    "name": "free-trial"
  }
}

Description

when i select a text in vscode, a help pop up comes and causes the line to change its location. look at the images before and after popping up. i don't know how to solve this issue.

Image
Image

notice the space difference between those two lines in vscode.

To reproduce

  1. select a text
  2. wait for pop up

Log output

@dosubot dosubot bot added ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Feb 24, 2025
@SadeghPouriyanZadeh
Copy link
Author

i just disabled the inlineTip option in settings using this line in my settings:
"continue.showInlineTip": false
but it does not still solves the problem.

@Link4565 Link4565 linked a pull request Feb 24, 2025 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants