Fix racket indentation in VSCode?

Viewed 536

I'm using VSCode as my racket IDE, and while all the code compiles, none of the indentation features work.

I've installed a variety of racket extensions (Magic Racket and such), so the code is all nice and highlighted, none of the indentation works. For instance, a cond looks like this:

  (cond[]
   [])
0 Answers
Related