We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c439bc7 commit 5287a50Copy full SHA for 5287a50
1 file changed
Core/Tests/ServiceTests/Environment.swift
@@ -34,6 +34,10 @@ func completion(text: String, range: CursorRange, uuid: String = "") -> CodeSugg
34
}
35
36
class MockSuggestionService: GitHubCopilotSuggestionServiceType {
37
+ func cancelRequest() async {
38
+ fatalError()
39
+ }
40
+
41
func notifyOpenTextDocument(fileURL: URL, content: String) async throws {
42
fatalError()
43
0 commit comments