Skip to content

Commit ca4a5cb

Browse files
committed
(Regression) Don't show add to file with CE status in stress tester
1 parent 919f791 commit ca4a5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/stress/StateToolbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
>
191191
<div class="codicon codicon-go-to-file"></div>
192192
</button>
193-
{#if status !== "NA" && status !== "AC"}
193+
{#if status !== "NA" && status !== "AC" && status !== "CE"}
194194
<button
195195
class="state-toolbar-icon"
196196
data-tooltip="Add to File"

0 commit comments

Comments
 (0)