microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.5k stars 1.55k forks source link

Migrate to Copilot related files API #12735

Closed benmcmorran closed 1 week ago

benmcmorran commented 1 week ago

This change migrates to the new API so that C++ is no longer a special case for related files. I set this up to support A/B experimentation so that we can verify that there are no regressions during the migration.

FYI @lukka @genlu @sandersn

benmcmorran commented 1 week ago

@sean-mcmanus I'm not authorized to push to main. Can you merge this PR when you get a chance? Thanks.