magic-racket icon indicating copy to clipboard operation
magic-racket copied to clipboard

The best coding experience for Racket in VS Code

Results 27 magic-racket issues
Sort by recently updated
recently updated
newest added

I'm using the Magic Racket extension for VS Code and I'm getting warnings for unused variables and imported packages in my code. While it's generally a good practice to remove...

enhancement

A S-expression following `#;` is not colored as a comment, but is recognized as comment by the LSP. It does not matter if the `#;` is on the same line...

bug

Hi! First of all, thank you for the great extension! I use it daily and it works very well for me. I have a question/suggestion. In the README one can...

enhancement

It would nice to help the user by (with their consent) managing installation and updating of the langserver. For new users, offering to auto-install the langserver means one less manual...

enhancement
langserver

Racket allows to use custom readers with `#lang`. For example: ```racket #lang sweet-exp racket define (fact n) if (zero? n) 1 {n * (fact {n - 1})} ``` Unfortunately, this...

enhancement

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

## Environment - OS: All - OS Version: All - VS Code Version: latest - Racket version: 8.14 - Racket Langserver checksum: 7481d2f98f175a545a0714ead3ec20ae327afec4 - Magic Racket version: latest ## Error...

bug