I am, with no firm plans to do anything about it.
I just added linting support to the julia VS Code extension. I thought about using the language server protocol, but in the end decided to just use the existing server mode in Lint.jl and communicate directly with that from the julia TypeScript extension. Mostly because it seemed less work to implement… It would be cool to use that protocol fully, though! From: [email protected] [mailto:[email protected]] On Behalf Of cdm Sent: Thursday, July 7, 2016 10:12 AM To: julia-users <[email protected]> Subject: [julia-users] Language Server Protocol ... anyone following developments in this space ? see: https://code.visualstudio.com/blogs curious.
