We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5669036 commit dbfcdf5Copy full SHA for dbfcdf5
Sources/LanguageServerProtocol/WorkspaceFolders.swift
@@ -19,7 +19,7 @@
19
/// open. Returns an empty array if a workspace is open but no folders are configured.
20
public struct WorkspaceFoldersRequest: RequestType, Hashable {
21
public static let method: String = "workspace/workspaceFolders"
22
- public typealias Response = [WorkspaceFolder]
+ public typealias Response = [WorkspaceFolder]?
23
}
24
25
/// Notification from the client that the set of open workspace folders has changed.
0 commit comments