Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track compiling not working in VS2022 #149

Open
sebastienauroux opened this issue Aug 4, 2023 · 3 comments
Open

Track compiling not working in VS2022 #149

sebastienauroux opened this issue Aug 4, 2023 · 3 comments
Labels

Comments

@sebastienauroux
Copy link

No description provided.

@alanhamlett
Copy link
Member

Not sure, there should be. If the plugin can detect it then our API supports tracking it already with --category building.

@alanhamlett alanhamlett reopened this Aug 11, 2023
@sebastienauroux
Copy link
Author

Hello,
with visual studio 2017 i can see building and coding activity but with visual studio 2022 i only see coding and not building.
it looks similar to the ticket #142

@alanhamlett
Copy link
Member

That means the build event isn't working, or has changed in VS 2022:

_buildEvents.OnBuildProjConfigBegin += BuildEventsOnBuildProjConfigBegin;

@alanhamlett alanhamlett changed the title is there a way to track compilation duration in visual studio ? Track compiling not working in VS2022 Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants