0

I am new to using rescript and trying to convert an extension I started writing in typescript into rescript. I cannot figure out how to access the vs code extension api though.

Is there a way to create a vs code extension solely using rescript or should I just keep the typescript boiler plate?

  • can you convert rescript to JavaScript? – rioV8 Jan 28 '23 at 01:40
  • You need to either find or create some bindings to it. As an example, here are some bindings I started on before BuckleScript and ReasonML became Rescript: https://github.com/glennsl/bs-vscode/blob/master/src/vscode.re – glennsl Jan 28 '23 at 09:33

0 Answers0