Is it possible to know the command executed by a Visual Studio Code task?
I am programming in Java using VS Code, using the Extension Pack for Java. I can start building my project with the "Rebuild All" button, or create a .jar file with the "Export Jar..." button. This launches a task in…