Can VSCode extensions be written in ReasonML?

60 Views Asked by At

I would like to learn ReasonML for purposes of writing VSCode extensions. The tutorials on writing VSCode extensions all mention using TypeScript or JS, but as Reason is able to compile down to JS, would this work? If so, is there documentation on this topic? I have googled around but cannot find documentation regarding writing VScode Extensions with Reason.

0

There are 0 best solutions below