Skip to content

Commit 4d1ae7c

Browse files
committed
Add todo
1 parent 38c3ee8 commit 4d1ae7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Core/Sources/SuggestionWidget/FeatureReducers/PromptToCode.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ public struct PromptToCode: ReducerProtocol {
187187
generateDescriptionRequirement: copiedState
188188
.generateDescriptionRequirement
189189
)
190+
#warning("TODO: make the action call debounced.")
190191
for try await fragment in stream {
191192
try Task.checkCancellation()
192193
await send(.modifyCodeChunkReceived(

0 commit comments

Comments
 (0)