continuedev / continuedev/continue

Installing vsCode plugin causes loss and/or erratic connection to remote SSH vsCode session.

Open
#4,576 9 comments 1 reaction 1 assignee View on GitHub

@RomneyDa is already working on this.

Since Mar 10, 2025.

ide:vscode kind:bug needs-triage os:linux
Dominant language
TypeScript
Stars
36k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Before submitting your bug report
Relevant environment info:
- OS: Fedora-41 / Linux
- Continue version: v1.0.3 (release version) and v1.1.7 (pre-release version)
- IDE version: v1.98.0 (vsCode)
- Model: All models (cloud-hosted and ollama-self-hosted)

config:
{
  "models": [
    {
      "title": "qwen2.5-coder:32b",
      "model": "qwen2.5-coder:32b",
      "provider": "ollama",
      "apiBase": "http://192.168.0.12:11434"
    },
    {
      "title": "qwen2.5:32b-instruct",
      "model": "qwen2.5:32b-instruct",
      "provider": "ollama",
      "apiBase": "http://192.168.0.12:11434"
    },
    {
      "title": "gemma2:27b",
      "model": "gemma2:27b",
      "provider": "ollama",
      "apiBase": "http://192.168.0.12:11434"
    }
  ],
  "embeddingsProvider": {
     "title": "nomic-embed-text",
     "model": "nomic-embed-text",
     "provider": "ollama",
     "apiBase": "http://192.168.0.12:11434"
  },
  "tabAutocompleteModel": {
    "title": "qwen2.5-coder:32b",
    "model": "qwen2.5-coder:32b",
    "provider": "ollama",
    "apiBase": "http://192.168.0.12:11434"
  },
  "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"
    }
  ],
  "data": []
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.