I recently ran yarn upgrade and my gulp builds for vscode started failing:
[01:43:25] The following tasks did not complete: compile-extensions-build
[01:43:25] Did you forget to signal async completion?
I bisected it by checking each dependency update with git bisect and traced it back to upgrading gulp-rename from 1.2.2 to 1.4.0. It appears that it fires an async task that it never completes, per the error message - and CHANGELOG.md doesn't have any records pre-2.0. Were there any breaking changes between the two releases that I need to account for?