-
Notifications
You must be signed in to change notification settings - Fork 459
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
Investigate and track colorized CMake/Build output API dependencies #3683
Comments
Some locations that will help investigate: microsoft/vscode#145234 (comment), microsoft/vscode#209548 |
Update on the API: microsoft/vscode#145234 (comment) |
Overall, I think that the main two options for solving the colorized CMake build output is the following:
|
Adding reference #2783 |
Overall, in response to this comment and adding more context: #3683 (comment).
|
I've done minimal testing and chatting with the maintainers here microsoft/vscode#145234 (comment), and while it's not EXACTLY what we want in terms of a simple async-await pattern for invoking a command and getting the exit code, we can definitely use the API to do what we want. Therefore, this API, once officially supported/released, can be used for our task support and we should be able to provide an officially supported way to route tasks (or build) to a terminal and have colorization (assuming their project is set up for colorization in the terminal). @sinemakinci1 @microsoft/vscode-cmake FYI. |
@gcampbell-msft microsoft/vscode#145234 has been implemented :) |
@thernstig Thanks for the ping. We'll make a note of this so that we have it in mind when considering/prioritizing our work. 😊 |
Brief Issue Summary
Investigation tracking item for #478 to ensure API dependencies are tracked and completed where relevant
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: