This npm mono-repo contains tasks exploring tool for SAP Business Application Studio and VSCode projects.
It currently contains:
The Tasks Explorer VSCode Extension.
The following packages:
- @task-explorer/task_contrib_types Type signatures for Tasks Providers contributing to Tasks Explorer.
- @task-explorer/tasks_panel Task Explorer extension.
- @task-explorer/vue_frontend_rpc Task Explorer views.
- @task-explorer/vscode_task_contrib Sample of Task Provider that contributes to Task Explorer.
- Clone this repository
- yarn install
- yarn run ci
- Start VSCode on your local machine, and click on open workspace. Select this repo folder.
- On the debug panel choose "Launch Tasks Panel with Sample Task Contributor", and click on the "Run" button.
Please open issues on github.
See CONTRIBUTING.md.
