May 2019
Beginner to intermediate
456 pages
10h 37m
English
Open Visual Studio Code, and create a new file and call it vss-extension.json. Add the contribution of type ms.vss-endpoint.service-endpoint-type. For rest of the content in the vss-extension.json, take a look at the file in RCP04-GitLab-Extensions folder.
{//some of the code is trimmed for the sake of brevity "manifestVersion": 1, "contributions": [ { "id": "gitlab-downloadrepo-task", "type": "ms.vss-distributed-task.task", "targets": [ "ms.vss-distributed-task.tasks" ], "properties": { .... .... }, "inputDescriptors": [ { .... .... ], ...Read now
Unlock full access