Marshall Roch

Results 22 issues of Marshall Roch

Hi, I am from the Flow team and I am contemplating deprecating our non-LSP APIs. I wanted to discuss deprecating the `flow` ALE linter in favor of the `flow-language-server` linter....

old tool

OrganizeImports only supports tsserver right now, but if an LSP server supports the `source.organizeImports` code action (it's in [the spec](https://microsoft.github.io/language-server-protocol/specifications/specification-3-17/#codeActionKind)), it could trigger that. `capabilities.codeActionProvider.codeActionKinds` in the `initialize` response should...

LSP