With the latest VSCode 1.31.1 the tasks.json no longer seems to work. The "make"/"clean" commands do not appear in the command palette.
Got it to execute the task, but make outputs:
> Executing task: cmd /C make C:/dev/sdk/sgdk\bin\make.exe -f C:/dev/sdk/sgdk\makefile.gen <
make: Nothing to be done for `C:/dev/sdk/sgdk\bin\make.exe'.
With the latest VSCode 1.31.1 the tasks.json no longer seems to work. The "make"/"clean" commands do not appear in the command palette.Got it to execute the task, but make outputs: