> racket --repl --eval '(enter! "foo.rkt")' Also, you could simply `racket --repl` once. In recent versions of Racket, XREPL is enabled by default. It has commands like `,enter` that you could use if you can arrange for vscode to send text to the racket input port. (This is how very early versions of racket-mode worked.)
Also, have you seen: <https://github.com/jeapostrophe/racket-langserver> ? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

