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

Possible to run VsColorOutput64 outside of Visual Studio ? (for terminal and CI) #24

Open
gabrieldevillers opened this issue Jan 3, 2025 · 1 comment

Comments

@gabrieldevillers
Copy link

At my company we often build C++ by using MSVC outside of Visual Studio (in a terminal, by calling the build system b2). We also have MSVC running in GitLab CIs, so it would be interesting to have colored output in those cases.

Your home page and GitHub README do not indicate this is possible, so I guess this feature does not exists yet ?

Would you be interested in merging such a feature ? Any idea if this is feasible / how much work it would be to implement it ?

Happy New Year !

@mike-ward
Copy link
Owner

It would have to be a completely different program. VSColorOutput64 utilizes many aspects of the VS environment like classifications. That being said, it's an interesting idea. Essentially, it's just a filter so you prototype one in a bash script and pipe the MSVC output through it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants