Skip to content

Commit ecd03c8

Browse files
committed
Remove Extra Service
1 parent 3af0370 commit ecd03c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CodeEdit/Features/Documents/WorkspaceDocument/WorkspaceDocument.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import LanguageServerProtocol
1313

1414
@objc(WorkspaceDocument)
1515
final class WorkspaceDocument: NSDocument, ObservableObject, NSToolbarDelegate {
16-
@Service var lspService: LSPService
17-
1816
@Published var sortFoldersOnTop: Bool = true
1917

2018
private var workspaceState: [String: Any] {

0 commit comments

Comments
 (0)