mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Copy
This commit is contained in:
@@ -117,7 +117,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
|
|||||||
<VSCodeCheckbox
|
<VSCodeCheckbox
|
||||||
checked={alwaysAllowReadOnly}
|
checked={alwaysAllowReadOnly}
|
||||||
onChange={(e: any) => setAlwaysAllowReadOnly(e.target.checked)}>
|
onChange={(e: any) => setAlwaysAllowReadOnly(e.target.checked)}>
|
||||||
<span style={{ fontWeight: "500" }}>Always allow read-only operations</span>
|
<span style={{ fontWeight: "500" }}>Always approve read-only operations</span>
|
||||||
</VSCodeCheckbox>
|
</VSCodeCheckbox>
|
||||||
<p
|
<p
|
||||||
style={{
|
style={{
|
||||||
@@ -126,7 +126,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
|
|||||||
color: "var(--vscode-descriptionForeground)",
|
color: "var(--vscode-descriptionForeground)",
|
||||||
}}>
|
}}>
|
||||||
When enabled, Cline will automatically read files, view directories, and inspect sites without
|
When enabled, Cline will automatically read files, view directories, and inspect sites without
|
||||||
requiring you to click the Allow button.
|
requiring you to click the Approve button.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user