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
199 stars 29 forks source link

Autocomplete doesn't work for #lang errortrace racket #86

Closed tehkonst closed 1 year ago

tehkonst commented 1 year ago

Environment

If I specify the first line for language as #lang errortrace racket the autocomplete stop working. And without errotrace it's impossible to find where errors occur.

Eugleo commented 1 year ago

AFAIK this is a problem with the langserver, not much I can do here unfortunately 😕