How to stop Visual Studio 2022 sending requests to dc.services.visualstudio.com
25
I installed vs 2022 today and when running my project I suddenly se all these requests firing in my web front-end
https://dc.services.visualstudio.com/v2/track
Does anyone know why this would suddenly start happening after upgraing to vs 2022? I don't want to see these requests in local dev environment. How can I remove them?
I tried checking this box but it didn't help:
I also tried ignoring the AI dependency after right-clicking clicking Project -> Configure Application Insights
, but that seems to do nothing: