Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request removes support for the legacy v4 build tasks from the repository. The changes focus on cleaning up configuration files and source code related to v4, including the removal of package management, build configuration, and implementation files.
Removed v4 build task support:
.github/dependabot.yml: All dependabot update configurations for v4 build tasks have been removed, so v4 dependencies will no longer be monitored or updated automatically.Removed v4 build task files:
BuildTasks/Common/v4/package.json,BuildTasks/Common/v4/package-lock.json,BuildTasks/Common/v4/tsconfig.json: All package management and TypeScript configuration files for the v4 common build task have been deleted. [1] [2] [3]BuildTasks/ExtensionVersion/v4/ExtensionVersion.ts: The implementation for the v4 extension version build task has been deleted.