continuedev / continuedev/continue

Completions just stop appearing - Jetbrains Rider

Open
#3,745 10 comments 2 reactions 1 assignee View on GitHub

@sestinj is already working on this.

Since Jan 16, 2025.

area:autocomplete ide:jetbrains kind:bug needs-triage os:windows priority:high
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:Windows
- Continue version:0.0.83
- IDE version:Jetbrains Rider 2024.3.3
- Model:qwen2.5-coder:1.5b
- config.json:
  
{
  "models": [
    {
      "title": "Llama 3.1 8B",
      "provider": "ollama",
      "model": "llama3.1:8b"
    },
    {
      "title": "Llama 3.1 8B",
      "provider": "ollama",
      "model": "llama3.1:8b"
    },
    {
      "model": "claude-3-5-sonnet-latest",
      "provider": "anthropic",
      "apiKey": "REDACTED",
      "title": "Claude 3.5 Sonnet"
    }
  ],
  "tabAutocompleteModel": {
    "title": "Qwen2.5-Coder 1.5B",
    "provider": "ollama",
    "model": "qwen2.5-coder:1.5b",
    "maxPromptTokens": 600,
    "contextLength": 16384
  },
  "customCommands": [
    {
      "name": "test",
      "prompt": "{{{ input }}}\n\nWrite a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated. Give the tests just as chat output, don't edit any file.",
      "description": "Write unit tests for highlighted code"
    }
  ],
  "contextProviders": [
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ],
  "embeddingsProvider": {
    "provider": "ollama",
    "model": "nomic-embed-text"
  }
}
Description

When I first launch the IDE I can use the inline code completions for a few minutes, but then it just stops displaying them.

prompt.log shows that it's not even hitting Ollama anymore at this point.

To reproduce
  1. Install Continue in Rider
  2. Configure Ollama with the qwen model
  3. Configure Continue
  4. Use Rider for a few minutes, generating code completions

Note that after a short while the code completions stop appearing.

Log output
[2025-01-16T16:33:20] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/.idea/.idea.FauxMicroserviceTemplate/.idea
C:/Users/LeeConlin/AppData/Roaming/JetBrains/Rider2024.3/workspace 
[info] Starting Continue core...
[2025-01-16T16:34:16] [info] Starting Continue core... 
[2025-01-16T16:34:16] Setup 
[2025-01-16T16:34:17] Core started 
[2025-01-16T16:34:22] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/AppHost/obj
C:/Projects/training/faux-microservice-template/Api/obj
C:/Projects/training/faux-microservice-template/ServiceDefaults/obj 
[2025-01-16T16:34:22] Chunk to delete wasn't found in the table:  C:/Projects/training/faux-microservice-template\Api\obj\Api.csproj.nuget.dgspec.json
[2025-01-16T16:34:22] Chunk to delete wasn't found in the table:  C:/Projects/training/faux-microservice-template\Api\obj\project.assets.json
[2025-01-16T16:34:22] Chunk to delete wasn't found in the table:  C:/Projects/training/faux-microservice-template\Api\obj\project.packagespec.json
[2025-01-16T16:34:22] Chunk to delete wasn't found in the table:  C:/Projects/training/faux-microservice-template\AppHost\obj\AppHost.csproj.nuget.dgspec.json
[2025-01-16T16:34:23] Chunk to delete wasn't found in the table:  C:/Projects/training/faux-microservice-template\AppHost\obj\project.assets.json
[2025-01-16T16:34:23] Chunk to delete wasn't found in the table:  C:/Projects/training/faux-microservice-template\AppHost\obj\project.packagespec.json
[2025-01-16T16:34:23] Chunk to delete wasn't found in the table:  C:/Projects/training/faux-microservice-template\ServiceDefaults\obj\project.packagespec.json
[2025-01-16T16:34:31] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/ServiceDefaults/obj
C:/Projects/training/faux-microservice-template/ServiceDefaults/obj
C:/Projects/training/faux-microservice-template/ServiceDefaults/obj
C:/Projects/training/faux-microservice-template/ServiceDefaults/obj
C:/Projects/training/faux-microservice-template/ServiceDefaults/obj
C:/Projects/training/faux-microservice-template/AppHost/obj/Debug/net9.0
C:/Projects/training/faux-microservice-template/AppHost/obj
C:/Projects/training/faux-microservice-template/AppHost/obj
C:/Projects/training/faux-microservice-template/AppHost/obj
C:/Projects/training/faux-microservice-template/AppHost/obj
C:/Projects/training/faux-microservice-template/AppHost/obj
C:/Projects/training/faux-microservice-template/ServiceDefaults/obj/Debug/net9.0
C:/Projects/training/faux-microservice-template/Api/obj
C:/Projects/training/faux-microservice-template/Api/obj
C:/Projects/training/faux-microservice-template/Api/obj
C:/Projects/training/faux-microservice-template/Api/obj
C:/Projects/training/faux-microservice-template/Api/obj
C:/Projects/training/faux-microservice-template/Api/obj/Debug/net9.0 
[2025-01-16T16:34:31] LanceDBIndex, skipping C:/Projects/training/faux-microservice-template\ServiceDefaults\obj\Debug\net9.0\ServiceDefaults.assets.cache: Error: did not chunk properly 
[2025-01-16T16:34:32] LanceDBIndex, skipping C:/Projects/training/faux-microservice-template\AppHost\obj\Debug\net9.0\AppHost.assets.cache: Error: did not chunk properly 
[2025-01-16T16:34:33] LanceDBIndex, skipping C:/Projects/training/faux-microservice-template\AppHost\obj\Debug\net9.0\Aspire.AppHost.assets.cache: Error: did not chunk properly 
[2025-01-16T16:34:34] LanceDBIndex, skipping C:/Projects/training/faux-microservice-template\Api\obj\Debug\net9.0\Api.assets.cache: Error: did not chunk properly 
[2025-01-16T16:34:34] error when indexing:  Error: Failed to generate embeddings for 254 chunks with provider: OllamaEmbeddingsProvider::nomic-embed-text: Error: Failed to embed chunk: {"error":"model \"nomic-embed-text\" not found, try pulling it first"}
[2025-01-16T16:34:34] Indexing failed with error:  Error: Failed to generate embeddings for 254 chunks with provider: OllamaEmbeddingsProvider::nomic-embed-text: Error: Failed to embed chunk: {"error":"model \"nomic-embed-text\" not found, try pulling it first"} LanceDbIndex.getEmbeddings, process.processTicksAndRejections, async LanceDbIndex.computeRows, async LanceDbIndex.update, async CodebaseIndexer.indexFiles, async CodebaseIndexer.refreshDirs, async Core.refreshCodebaseIndex
[2025-01-16T16:34:34] (node:27952) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `continue-binary --trace-warnings ...` to show where the warning was created) 
[2025-01-16T16:35:38] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/.idea/.idea.FauxMicroserviceTemplate/.idea 
[2025-01-16T16:35:43] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/.idea/.idea.FauxMicroserviceTemplate/.idea
C:/Users/LeeConlin/AppData/Roaming/JetBrains/Rider2024.3/resharper-host
C:/Users/LeeConlin/.continue
C:/Users/LeeConlin/.continue 
[2025-01-16T16:36:05] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:37:51] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/Api 
[2025-01-16T16:38:06] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:38:21] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:38:23] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:39:49] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/Api 
[2025-01-16T16:39:49] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/.idea/.idea.FauxMicroserviceTemplate/.idea
C:/Users/LeeConlin/AppData/Roaming/JetBrains/Rider2024.3/workspace 
[2025-01-16T16:40:04] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:40:19] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:40:34] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:40:49] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:40:50] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:41:00] Codebase indexing already in progress, skipping indexing of files
C:/Projects/training/faux-microservice-template/Api 
[2025-01-16T16:41:15] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:41:30] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:41:45] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:42:00] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue 
[2025-01-16T16:42:15] Codebase indexing already in progress, skipping indexing of files
C:/Users/LeeConlin/.continue

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.