We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e26f13 commit 3b282ccCopy full SHA for 3b282cc
1 file changed
src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/runInTerminalTool.ts
@@ -400,7 +400,6 @@ export class RunInTerminalTool extends Disposable implements IToolImpl {
400
switch (toolTerminal.shellIntegrationQuality) {
401
case ShellIntegrationQuality.None: {
402
strategy = this._instantiationService.createInstance(NoneExecuteStrategy, toolTerminal.instance);
403
- toolResultMessage = new MarkdownString('Enable [shell integration](https://code.visualstudio.com/docs/terminal/shell-integration) to improve command detection');
404
break;
405
}
406
case ShellIntegrationQuality.Basic: {
0 commit comments