In VSCode gradle plugin, I miss some tasks: assemble, build, and the most important: run.
The gradle wrapper run task works, when hitting it into a console window. (It currently comes back with an exception, but this is another story.)
The build file is here:
Does anyone have an idea what to do?
By the way: another project shows all tasks fine, so I think it is about my project and not the plugin.
Ok, thank you. After I opened this thread, I tried to ask Gradle and let it lists all available tasks, and the tasks run, assemble, build, … are not missing. It seems you are right.