KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.45k stars 196 forks source link

Open Items from EmbedInBinLog with double click #607

Closed yuehuang010 closed 10 months ago

yuehuang010 commented 2 years ago

Using the EmbedInBinLog item group to embed files into the binlog. The item appear under the Files tab and could be opened from there. It would be faster to just directly open the file from the Log. Double Clicking on the item or a right click option.

In the example below, the project creates EmbedInBinLog item and is embed in to the binlog.

<ItemGroup>
  <EmbedInBinlog Include="main.cpp" />
</ItemGroup>

image