SamVerschueren / vscode-yo

Yeoman plugin for VS Code
MIT License
87 stars 15 forks source link

Use the diff editor to show file diffs #18

Open SamVerschueren opened 8 years ago

SamVerschueren commented 8 years ago

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.

SamVerschueren commented 8 years ago

@bpasero Any insights when this will be supported in the OutputChannel? Or is this on the roadmap somewhere in the future?

bpasero commented 8 years ago

@SamVerschueren supporting ANSI escape sequences in the output channel is on the backlog!

SamVerschueren commented 8 years ago

Blocked by https://github.com/Microsoft/vscode/issues/571

SamVerschueren commented 8 years ago

More ideally, it would be implemented with the diffEditor https://github.com/Microsoft/vscode/issues/1865

SamVerschueren commented 8 years ago

This can be implemented with the new diff editor feature