Skip to content

Commit 4f5186e

Browse files
authored
Merge pull request #997 from krzyzanowskim/marcin/missing-initializer-worskapce-folders
2 parents ca8805a + 8eeec74 commit 4f5186e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/LanguageServerProtocol/Requests/WorkspaceFoldersRequest.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@
2020
public struct WorkspaceFoldersRequest: RequestType, Hashable {
2121
public static let method: String = "workspace/workspaceFolders"
2222
public typealias Response = [WorkspaceFolder]?
23+
24+
public init() {}
2325
}

0 commit comments

Comments
 (0)