fix: Update shell integration warning message to reference 'Use Inline Terminal' setting

- Fixed misleading warning message that referenced non-existent 'Disable shell integration' option
- Updated to correctly guide users to the 'Use Inline Terminal' setting in Terminal section
- This resolves the confusion reported in issue #9135

Fixes #9135
This commit is contained in:
Roo Code 2025-11-08 18:40:59 +00:00
parent e98f4b9057
commit 2d2531c593

View file

@ -353,7 +353,7 @@
"profileViolationWarning": "The current profile isn't compatible with your organization's settings",
"shellIntegration": {
"title": "Command Execution Warning",
"description": "Your command is being executed without VSCode terminal shell integration. To suppress this warning you can disable shell integration in the <strong>Terminal</strong> section of the <settingsLink>Roo Code settings</settingsLink> or troubleshoot VSCode terminal integration using the link below.",
"description": "Your command is being executed without VSCode terminal shell integration. To suppress this warning, enable the <strong>Use Inline Terminal</strong> option in the <strong>Terminal</strong> section of the <settingsLink>Roo Code settings</settingsLink>, or troubleshoot VSCode terminal integration using the link below.",
"troubleshooting": "Click here for shell integration documentation."
},
"ask": {