ByronMayne / SourceGenerator.Foundations

A Source Generator for Source Generators. Gives out of the box support for transistent dependencies and logging right in Visual Studio
MIT License
26 stars 0 forks source link

Add Generator output support for VSCode #7

Closed ByronMayne closed 2 weeks ago

ByronMayne commented 1 year ago

Currently only Visual Studio has output support. It would be great to add support for logging to VSCode's Output pane.

image

This might require writing an extension to VSCode itself.