isLspTool function
Whether name is one of the LSP tools handled by computeLspTool.
Implementation
bool isLspTool(String name) => lspToolNames.contains(name);
Whether name is one of the LSP tools handled by computeLspTool.
bool isLspTool(String name) => lspToolNames.contains(name);