We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5b174 commit e6ac857Copy full SHA for e6ac857
src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalTool.ts
@@ -299,7 +299,7 @@ export class RunInTerminalTool extends Disposable implements IToolImpl {
299
}
300
301
302
- // TODO: Surface reason on tool part https://github.com/microsoft/vscode/issues/256780
+ // Log detailed auto approval reasoning
303
for (const reason of autoApproveReasons) {
304
this._logService.info(`- ${reason}`);
305
0 commit comments