We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb77f0e commit ea3b823Copy full SHA for ea3b823
1 file changed
Core/Sources/Service/SuggestionCommandHandler/PseudoCommandHandler.swift
@@ -277,10 +277,10 @@ struct PseudoCommandHandler: CommandHandler {
277
) async {
278
do {
279
@Dependency(\.workspacePool) var workspacePool
280
- let (workspace, filespace) = try await workspacePool
+ let (_, filespace) = try await workspacePool
281
.fetchOrCreateWorkspaceAndFilespace(fileURL: source.documentURL)
282
let store = await Service.shared.guiController.store
283
- await store.send(.promptToCodeGroup(.activateOrCreatePromptToCode(.init(
+ await store.send(.promptToCodeGroup(.createPromptToCode(.init(
284
promptToCodeState: Shared(.init(
285
source: source,
286
snippets: IdentifiedArray(uniqueElements: snippets),
0 commit comments