NAME
PLS::Server::Method::Workspace
DESCRIPTION
This module redirects requests starting with workspace/ to the appropriate subclass of PLS::Server::Request for the type of request.
Requests currently implemented:
- workspace/didChangeConfiguration - https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_didChangeConfiguration
 - workspace/didChangeWatchedFiles - https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_didChangeWatchedFiles
 - workspace/didChangeWorkspaceFolders - https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_didChangeWorkspaceFolders
 - workspace/configuration - https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_configuration
 - workspace/executeCommand - https://microsoft.github.io/language-server-protocol/specifications/specification-current/#workspace_executeCommand