Recently we added a vcpkg registry which is now hardcoded across extensions, see duckdb/extension-template#119.
This makes maintaining extensions more complicated and I think that should be moved out of the individual extension repositories and into the central location where we can easily maintain this.
The best candidate for this seems to me to use the overlay ports in this repo that were added #164 instead of adding the registry to every extension.
Solution would be to:
- add default-enabled option to extension-ci-tools makefiles to pass the path to the overlay ports
- remove registry reference from extension-template and bump extension-ci-tools to use the overlay ports from there instead
@carlopi