Current file added by default despite setting being disabled
Opened this issue · 2 comments
AgainPsychoX commented
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- 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: Manjaro Linux
- Continue version:
Identifier
continue.continue
Version
1.2.5
Last Updated
2025-09-25, 10:02:40
- IDE version:
Version: 1.104.1
Commit: 0f0d87fa9e96c856c5212fc86db137ac0d783365
Date: 2025-09-17T23:36:24.973Z
Electron: 37.3.1
ElectronBuildId: 12404162
Chromium: 138.0.7204.235
Node.js: 22.18.0
V8: 13.8.258.31-electron.0
OS: Linux x64 6.15.11-2-MANJARO
- Model: not important
- config: not important, nothing specialDescription
My Ctrl+L keybind is pretty standard:
The setting is disabled:
No, I do not have my Shift key stuck.
Even using > Focus chat (which is the keybind bound to) causes the issue:
To reproduce
- Continue tab
- Open settings
- Expand
Show Experimental Settings - Make sure
Add Current File by Defaultis disabled - Go to some file. Select nothing.
- (optional) Close the secondary side bar (where Continue is).
- Press
Ctrl+L(which is new chat).
Instead just chat opening, it also adds the active file :(
Log output
No logs related to Continue happen, but okay:
[Extension Host] defaultFallbackHandler: deleteChain called from onDidChangeTextEditorSelection
log.ts:460 ERR [Extension Host] Document vscode-remote://ssh-remote%2Bsrg-dev/home/againpsychox/Public/Notes/Protocols/tools/analyse-xml-report.py not found in AST tracker
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
kvs @ remoteConsoleUtil.ts:58
$logExtensionHostMessage @ mainThreadConsole.ts:38
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
C @ event.ts:1201
fire @ event.ts:1232
fire @ ipc.net.ts:652
l.onmessage @ localProcessExtensionHost.ts:383
console.ts:137 [Extension Host] Document vscode-remote://ssh-remote%2Bsrg-dev/home/againpsychox/Public/Notes/Protocols/tools/analyse-xml-report.py not found in AST tracker
Cvs @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
C @ event.ts:1201
fire @ event.ts:1232
fire @ ipc.net.ts:652
l.onmessage @ localProcessExtensionHost.ts:383
console.ts:137 [Extension Host] defaultFallbackHandler: deleteChain called from onDidChangeTextEditorSelection
log.ts:460 ERR [Extension Host] Document vscode-remote://ssh-remote%2Bsrg-dev/home/againpsychox/Public/Notes/Protocols/tools/analyse-xml-report.py not found in AST tracker
error @ log.ts:460
error @ log.ts:565
error @ logService.ts:51
kvs @ remoteConsoleUtil.ts:58
$logExtensionHostMessage @ mainThreadConsole.ts:38
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
C @ event.ts:1201
fire @ event.ts:1232
fire @ ipc.net.ts:652
l.onmessage @ localProcessExtensionHost.ts:383
console.ts:137 [Extension Host] Document vscode-remote://ssh-remote%2Bsrg-dev/home/againpsychox/Public/Notes/Protocols/tools/analyse-xml-report.py not found in AST tracker
Cvs @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
C @ event.ts:1201
fire @ event.ts:1232
fire @ ipc.net.ts:652
l.onmessage @ localProcessExtensionHost.ts:383aviralgarg05 commented
I would like to solve the issue for hacktoberfest
1940653868 commented
This bug is triggered frequently when using SSH. Is there any solution?