continuedev / continuedev/continue
Error: EPERM: operation not permitted, unlink 'xxx\continue\extensions\vscode\out\build\Release\node_sqlite3.node'
Open
@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
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.