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
204 stars 28 forks source link

Cant run it #98

Closed sLizzard1234 closed 1 year ago

sLizzard1234 commented 1 year ago

I am on the latest versions of vs code and racket. I installed Racket and the magic racket extension. I also did everything as sad in the documentation e.g. installing and updating the langserver, but I still get an error when i want to run a program or even start it.

Error Msg. Starting it:

Starting client failed Launching server using command racket failed.

Running a program: -- i had to translate so -- it has to be something like this:

Racket is not part of the cmdlet

Please help me i really hate the Dr.Racket IDE... it drives me nuts.

devil0947 commented 1 year ago

this plugin is complete garbage

Eugleo commented 1 year ago

Hey @sLizzard1234, please add some information that could be used to debug this problem. A good starting point would be the REPORT A BUG issue template:

- OS: [e.g. MacOS]
- OS Version [e.g. Catalina]
- VS Code Version [e.g. 1.46.1]
- Racket version [e.g. 7.7]
  - run: `racket -v`
- Racket Langserver checksum [e.g. 64c1827548089c97c56a53a90ef3d569deb0e6c2]
  - run: `raco pkg show --full-checksum racket-langserver`
- Magic Racket version [e.g. 0.5.6] 

# How can we reproduce the bug

# What is the expected behaviour
Eugleo commented 1 year ago

Specifically, try running racket -l racket-langserver and report back.

jryans commented 1 year ago

We haven't heard back here in a while, so for now I am going to close this issue. Feel free to reopen or file a new issue if you are still having trouble.