continuedev / continuedev/continue

Error: EPERM: operation not permitted, unlink 'xxx\continue\extensions\vscode\out\build\Release\node_sqlite3.node'

Open
#3,618 3 comments 1 reaction 1 assignee View on GitHub

@RomneyDa is already working on this.

Since Jan 6, 2025.

area:build ide:vscode kind:bug needs-triage os:windows
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 10
- Continue version:Latest
- IDE version:
- Model:deepseek
- config.json:
  
{
  "models": [
    {
      "model": "claude-3-5-sonnet-latest",
      "provider": "anthropic",
      "apiKey": "",
      "title": "Claude 3.5 Sonnet"
    },
    {
      "title": "DeepSeek Chat",
      "model": "deepseek-chat",
      "contextLength": 128000,
      "apiKey": "sk-xxxxxxx",
      "provider": "deepseek"
    }
  ],
  "tabAutocompleteModel": {
    "title": "DeepSeek Chat",
    "provider": "deepseek",
    "model": "deepseek-chat",
    "apiKey": "sk-xxxxxxx"
  },
  "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"
    }
  ]
}
Description

I get an error when I press F5 to start the project:
Error: EPERM: operation not permitted, unlink 'xxx\continue\extensions\vscode\out\build\Release\node_sqlite3.node'

To reproduce

No response

Log output

No response

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.