isLspTool function

bool isLspTool(
  1. String name
)

Whether name is one of the LSP tools handled by computeLspTool.

Implementation

bool isLspTool(String name) => lspToolNames.contains(name);