Eugleo / magic-racket

The best coding experience for Racket in VS Code
https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket
GNU General Public License v3.0
202 stars 28 forks source link

Can't run in vscode dev container #31

Closed stereobooster closed 3 years ago

stereobooster commented 3 years ago

Environment

Error message

Can't start language server

Additional context

I'm trying to run it in vscode dev container https://github.com/stereobooster/racket-vscode-remote-development-template racket-langserver needs xserver to work - I'm using xvbf instead.

{
  "magic-racket.general.racketPath": "xvfb-run racket"
}

Any advice? (I also understand this can be out of scope - you can close it if this is the case)

Eugleo commented 3 years ago

Hey, I probably won't be able to help you, but try to go through the other issues (both open and closed, there's only a few) — I have a feeling someone else has encountered this problem as well. If my memory servers me right, you can then try ask them if they managed to solve it.