Skip to content

Commit a5141de

Browse files
committed
Add ChatService to Filespace
1 parent 141dd96 commit a5141de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Core/Sources/Service/Workspace.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import ChatService
12
import CopilotModel
23
import CopilotService
34
import Environment
@@ -38,6 +39,8 @@ final class Filespace {
3839
Environment.now().timeIntervalSince(lastSuggestionUpdateTime) > 60 * 60 * 8
3940
}
4041

42+
var chatService: ChatService? = nil
43+
4144
init(fileURL: URL) {
4245
self.fileURL = fileURL
4346
}

0 commit comments

Comments
 (0)