There is server implementation already like John mentioned. I don't know if any client exist for vscode, but Microsoft has put in an example repository for client/server: https://github.com/Microsoft/vscode-extension-samples/tree/master/lsp-sample/client which should be easier to start with. I was able to make a basic Emacs client by just invoking racket-langserver instead of example server.
--Vishesh On Thu, Nov 8, 2018 at 2:29 PM DanL-WS <[email protected]> wrote: > > Greetings - > > I find myself working on Racket files with devs who use Visual Studio Code. > Does anyone have a good sense of what would be required to fold a working > Racket LSP implementation into a VS Code plugin? I assume > https://github.com/cfinegan/atom-ide-racket would be a good starting point... > > Maybe someone has put some work in this direction already? > > Thanks, > Dan > > -- > You received this message because you are subscribed to the Google Groups > "Racket Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-dev/0ec47f6d-e5de-4814-a78b-299dc1e75f43%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAMZ8smMKZaL9NT0r2pTd1WPKVaYKLqBKzDVC5CNFYb-HN2SzFQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
