We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to ad color support for file diff (red for removed lines and green for added lines).
This is currently not supported by VS Code core.
The text was updated successfully, but these errors were encountered:
@bpasero Any insights when this will be supported in the OutputChannel? Or is this on the roadmap somewhere in the future?
Sorry, something went wrong.
@SamVerschueren supporting ANSI escape sequences in the output channel is on the backlog!
Blocked by microsoft/vscode#571
More ideally, it would be implemented with the diffEditor microsoft/vscode#1865
diffEditor
This can be implemented with the new diff editor feature
No branches or pull requests
It would be nice to ad color support for file diff (red for removed lines and green for added lines).
This is currently not supported by VS Code core.
The text was updated successfully, but these errors were encountered: