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

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

Open
1 of 3 tasks
Corleone-M opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
area:build Relates to building extensions from source ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@Corleone-M
Copy link

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

@dosubot dosubot bot added area:build Relates to building extensions from source ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Jan 6, 2025
@masterSunflowers
Copy link

I also encounter this issue, can not debug Continue v.8.53 in Windows 11, the error is also "[Error: EPERM: operation not permitted, unlink 'xxx\continue\extensions\vscode\out\build\Release\node_sqlite3.node]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Relates to building extensions from source ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

3 participants