We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c3ee8 commit 4d1ae7cCopy full SHA for 4d1ae7c
Core/Sources/SuggestionWidget/FeatureReducers/PromptToCode.swift
@@ -187,6 +187,7 @@ public struct PromptToCode: ReducerProtocol {
187
generateDescriptionRequirement: copiedState
188
.generateDescriptionRequirement
189
)
190
+ #warning("TODO: make the action call debounced.")
191
for try await fragment in stream {
192
try Task.checkCancellation()
193
await send(.modifyCodeChunkReceived(
0 commit comments