aloisdeniel / vsts-flutter-tasks

Flutter build tasks for Azure DevOps Pipelines/TFS.
https://marketplace.visualstudio.com/items?itemName=aloisdeniel.flutter
107 stars 83 forks source link

Flutter extension tasks in pipelines yamp not validating in VSCode #81

Open maks opened 3 years ago

maks commented 3 years ago

I thought it maybe useful to document in the Readme for those that may use VSCode to edit their azure-pipelines.yml file with Flutter tasks from this extension will find that they are marked as invalid because they are not contained "in-box" schema.

This answer on SO shows how to get auto-completion to work for the custom Flutter tasks, simply using the vss-extension.json from this repo as the custom json schema file as per the SO answer.