mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Fix button to open custom modes settings
This commit is contained in:
@@ -434,8 +434,7 @@ const PromptsView = ({ onDone }: PromptsViewProps) => {
|
||||
title="Edit modes configuration"
|
||||
onClick={() => {
|
||||
vscode.postMessage({
|
||||
type: "openFile",
|
||||
text: "settings/cline_custom_modes.json",
|
||||
type: "openCustomModesSettings",
|
||||
})
|
||||
}}>
|
||||
<span className="codicon codicon-json"></span>
|
||||
|
||||
Reference in New Issue
Block a user