Skip to content

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

@Corleone-M

Description

@Corleone-M

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

Metadata

Metadata

Assignees

Labels

area:buildRelates to building extensions from sourceide:vscodeRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorneeds-triageos:windowsHappening specifically on Windows

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions