Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature flag: Implement tasks version checking #120

Open
KonstantinTyukalov opened this issue Feb 25, 2022 · 0 comments
Open

Feature flag: Implement tasks version checking #120

KonstantinTyukalov opened this issue Feb 25, 2022 · 0 comments

Comments

@KonstantinTyukalov
Copy link

Type: Feature

Related issue: microsoft/azure-pipelines-vscode#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:

  • Add support of the flags provided by the client. As I know, it should be realized at the server and service both
  • Create a matching function which will search the last versions of the tasks from schema enums. If the current task didn't in the last versions list, add the alert like here with providing the new task version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant