Skip to content

Disable vscode engine bumps in vscode-workflow-extension

Enrique Alcántara requested to merge disable-vscode-engine-bumps into main

What does this MR do and why?

It disables automatically bumping the version of the vscode in the engines section of the gitlab-vscode-workflow extension package.json file. why The engines section of a package.json file is used by VSCode to indicate the minimum required VSCode version that an extension expects. We don't want to restrict installing the GitLab Workflow Extension in an older version of VSCode if there isn't a concrete reason to do so, for example: The extension uses an API that only exists in a newer version.

We should also communicate this breaking changes to the user.

gitlab-org/gitlab-vscode-extension!1078 (closed) is an MR that bumps the engine version.

Merge request reports