Module: Solargraph::LanguageServer::MessageTypes
- Defined in:
- lib/solargraph/language_server/message_types.rb
Overview
The MessageType constants from the language server specification.
Constant Summary collapse
- ERROR =
1- WARNING =
2- INFO =
3- LOG =
4
The MessageType constants from the language server specification.
1234