Updated autobigs-cli wrapper to 0.5.0

This commit is contained in:
2025-02-21 17:14:34 +00:00
parent cac100d0ac
commit 8cb0e17ed3
5 changed files with 34 additions and 26 deletions

View File

@@ -1,6 +1,5 @@
{
"recommendations": [
"davelopez.galaxy-tools",
"mechatroner.rainbow-csv",
"redhat.vscode-xml",
"ms-vscode.live-server"

6
.vscode/tasks.json vendored
View File

@@ -8,6 +8,12 @@
"type": "shell",
"command": "planemo lint",
"problemMatcher": []
},
{
"label": "serve",
"type": "shell",
"command": "planemo serve",
"problemMatcher": []
}
]
}