alwats accept
#12503
Replies: 1 comment 1 reply
-
|
That confirmation prompt is a VS Code security feature, not a Continue thing. VS Code asks for user consent when extensions try to access local files through certain APIs. To suppress it, you can add Continue to the trusted extensions in your VS Code settings:
{
"continue.enableAutoAccept": true
}Or if that specific setting doesn't exist in your version, check the Continue extension settings for something like "auto-approve" or "trust" options. Alternatively, you can set the workspace as trusted: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys! Every time Deepseek Coder reads/writes a local file, VS Code asks for confirmation if I want to authorize the operation (CTRL+Enter). Is there a way to configure it to always accept?
Beta Was this translation helpful? Give feedback.
All reactions