You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: