magic-racket
magic-racket copied to clipboard
The best coding experience for Racket in VS Code
## Environment - OS: macOS - OS Version: Big Sur - VS Code Version: 1.63.2 - Racket version: 8.3 - Racket Langserver checksum: a1141f0871a55c036949d0bb0179fddbf86a97cd - Magic Racket version: 0.6.3 ##...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
## Environment - OS: Archlinux on WSL2 - OS Version: Linux O4 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 GNU/Linux - VS Code Version: 1.64.2 - Racket...
## Environment - OS: MacOS - OS Version: Monterey - VS Code Version: 1.56.2 - Racket version: 8.3 - Racket Langserver checksum: a1141f0871a55c036949d0bb0179fddbf86a97cd - Magic Racket version: 0.5.7 ## Error...
## Environment - OS: MacOS - OS Version: Catalina - VS Code Version: 1.55.2 - Racket version: 7.7 - Racket Langserver checksum: 2a4b446b72c069f89078c63e774117542beac917 - Magic Racket version: 0.5.7] ## Issues...
Hello. It could be useful to also take care of the `SCM` extension. `racket`deals with it so your very useful extension should do it.
I'd like to add syntax highlighting for other #langs besides Racket. I do really enjoy the current Racket colorings (more so than the DrRacket ones!) so the proposal would be...
When I use the escape character #\ it generally works, but if I use the escape character with parenthesizes like this `#\(` or `#\)` it reads it as an actual...
It would be great to add an option to use [`fmt`](https://docs.racket-lang.org/fmt/index.html) for formatting. To use `fmt`, user need to have it installed: ```shell raco pkg install fmt ``` and give...