On windows in VSCode launch action fails to spawn a rebar3 because it tries to spawn rebar3.cmd like an executable
|
{spawn_executable, Executable}, |
This requires either writing a directly executable wrapper or properly handling .cmd/.bat files
Wrote a wrapper for myself and seems like it works but would be better to fix upstream
https://github.com/ZeeWanderer/rebar3_wrapper