mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
74a38f00a0
This commit introduces a golden file test to verify the contents of the VSCode extension package. The test ensures that the list of files included in the extension package remains consistent. A new Bazel rule is added to generate the list of files, and is used to compare it against the golden file. A helper script is also added to facilitate the generation of the golden file. PR Close #64991