Taskinfo Viewer based on VSCode WebviewThis extension lets you view the taskinfo files generated by the gradle plugin org.barfuin.gradle.taskinfo. That plugin can generate a json file showing the dependency tree of gradle tasks. For example in a gralde based project
this will generate the file:
which shows the dependency tree of the How to use?To view this output file open command palette (Ctrl/Cmd + Shift + P) and select Taskinfo TreeTaskinfo Org ChartTaskinfo OrderConfigure gradle-taskinfo pluginDevelopmentThis project was generated with To test this extension in vscode context:
After build process you can press F5 to "Start Debugging" (or: select in menu "Debug" -> "Start Debugging"). A new window will open in which you need to open command palette (Ctrl/Cmd + Shift + P) and select "Gradle: Taskinfo View" to start your extension. PackagingTo generate extension in
Finally the generated VSIX file with VSCode extension should appear in the root folder of your project. AcknowledgementsProject was inspired by: |