mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
no conceal for write tool output
This commit is contained in:
parent
eeb0d2b8e0
commit
e37aeb6e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -1327,7 +1327,7 @@ ToolRegistry.register<typeof WriteTool>({
|
|||
Wrote {props.input.filePath}
|
||||
</ToolTitle>
|
||||
<line_number fg={theme.textMuted} minWidth={3} paddingRight={1}>
|
||||
<code fg={theme.text} filetype={filetype(props.input.filePath!)} syntaxStyle={syntax()} content={code()} />
|
||||
<code conceal={false} fg={theme.text} filetype={filetype(props.input.filePath!)} syntaxStyle={syntax()} content={code()} />
|
||||
</line_number>
|
||||
<Show when={diagnostics().length}>
|
||||
<For each={diagnostics()}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue