We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 373e818 commit 028ed92Copy full SHA for 028ed92
Tool/Sources/CodeiumService/CodeiumExtension.swift
@@ -85,7 +85,7 @@ public final class CodeiumExtension: BuiltinExtension {
85
do {
86
guard let content else { return }
87
guard let service = await serviceLocator.getService(from: workspace) else { return }
88
- try await service.notifyOpenTextDocument(fileURL: documentURL, content: content)
+ try await service.notifyChangeTextDocument(fileURL: documentURL, content: content)
89
} catch {
90
Logger.gitHubCopilot.error(error.localizedDescription)
91
}
0 commit comments