mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
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:
parent
e98f4b9057
commit
2d2531c593
1 changed files with 1 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue