microsoft / azure-pipelines-language-server

A language server for Azure Pipelines YAML
37 stars 25 forks source link

Feature flag: Implement tasks version checking #120

Open KonstantinTyukalov opened 2 years ago

KonstantinTyukalov commented 2 years ago

Type: Feature

Related issue: https://github.com/microsoft/azure-pipelines-vscode/issues/206

Description:

The Azure-pipelines vscode extension requires to support the feature flag provided from the config, that stored in the settings.json vscode user config.

This should activate the feature which will search the last versions of the tasks from the tasks schema file by enums matching

This flag will be sent from the client to the server and should be handled

Possible solution: