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

REPL printing "(enter! (file ...))" after exiting racket #54

Closed EnumType closed 2 years ago

EnumType commented 2 years ago

Environment

Error message

Welcome to Racket v8.2 [bc].
> (exit)
PS C:\path> (enter! (file "c:/path/test.rkt"))
+ (enter! (file "c:/Users/Anfinn/Documents/Informatik/test.rkt"))
+          ~~~~
    + CategoryInfo          : ObjectNotFound: (file:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Additional context

After I run the .rkt file in REPL nothing happened. I typed (exit) and racket exits. Then the console types the ´(enter!)´ thing..


If relevant, please enclose a minimal example file which triggers the errors. If you're unable to enclose the file, please do the following instead:

  1. Enable logging in Magic Racket's settings.
  2. Restart VS Code.
  3. Open the problematic file.
  4. Trigger the error.
  5. Copy the whole log from Output > Racket Language Server into some text file and enclose it to your bug report.
Eugleo commented 2 years ago

Should be fixed in the new version. Lmk.