Enum lsp_types::request::WorkspaceFoldersRequest [−][src]
pub enum WorkspaceFoldersRequest {}
Expand description
The workspace/workspaceFolders request is sent from the server to the client to fetch the current open list of workspace folders. Returns null in the response if only a single file is open in the tool. Returns an empty array if a workspace is open but no folders are configured.