Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Taskinfo ViewerNew to Visual Studio Code? Get it now.
Taskinfo Viewer

Taskinfo Viewer

Sandip Chitale

|
113 installs
| (0) | Free
Taskinfo Viewer based on VSCode Webview
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Taskinfo Viewer based on VSCode Webview

This 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 demo:

> cd demo
> gradlew tiJson build

this will generate the file:

build/taskinfo/taskinfo-build.json

which shows the dependency tree of the build task.

How to use?

To view this output file open command palette (Ctrl/Cmd + Shift + P) and select Gradle: Taskinfo View to show the Taskinfo View. Then load the file into that view.

Taskinfo Tree

Taskinfo tree

Taskinfo Org Chart

Taskinfo tree

Taskinfo Order

Taskinfo tree

Configure gradle-taskinfo plugin

Taskinfo tree

Development

This project was generated with Angular CLI, so it can be be used for angular development by default.

To test this extension in vscode context:

$ yarn install
$ yarn run build

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.

Packaging

To generate extension in VSIX format execute the package command:

yarn run package

Finally the generated VSIX file with VSCode extension should appear in the root folder of your project.

Acknowledgements

Project was inspired by:

https://github.com/4gray/vscode-webview-angular

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft