Add `carton sdk versions` to tasks.json

This commit is contained in:
Max Desiatov 2020-07-07 15:52:07 +01:00
parent d54489a32d
commit b0cec40878
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
1 changed files with 5 additions and 0 deletions

5
.vscode/tasks.json vendored
View File

@ -18,6 +18,11 @@
"type": "shell",
"command": "swift run carton sdk install"
},
{
"label": "build and run sdk versions",
"type": "shell",
"command": "swift run carton sdk versions"
},
{
"label": "build and version",
"type": "shell",