charm-cinder-infinidat/.vscode/tasks.json
Nikolay Vinogradov 5c40ba4718 Merge branch rebase-charm-ops-openstack
- implement basic charm functionality and configuration
- unit-tests
- pep8
2022-10-15 03:49:36 +03:00

12 lines
289 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Charm build",
"type": "shell",
"command": "charmcraft pack"
}
]
}