fix(vscode): use pencil-line icon for edit action in Rules tab

The pencil icon more clearly conveys "edit this file" compared to the
go-to-file icon.
This commit is contained in:
kiloconnect[bot]
2026-04-08 07:31:47 +00:00
parent 6106b1275d
commit 32c442497f
@@ -1008,7 +1008,7 @@ const AgentBehaviourTab: Component = () => {
<IconButton
size="small"
variant="ghost"
icon="go-to-file"
icon="pencil-line"
onClick={() => vscode.postMessage({ type: "openFile", filePath: path })}
/>
<IconButton size="small" variant="ghost" icon="close" onClick={() => removeInstruction(index())} />