Module with LSP-related utilities for Sublime Text.
- Create a
dependencies.json
file in your package root with the following contents:
{
"*": {
"*": [
"lsp_utils",
"sublime_lib"
]
}
}
- Run the Package Control: Satisfy Dependencies command via the Command Palette.
See also Documentation on Dependencies