Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Jan 27, 2023
1 parent f2cfbe7 commit 22cba1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void SetEntries(ICollection<ResourceTableEntry> entries, ICollection<Cult
if (++errorCount >= 200)
return;

// Bug in VS2022: : this is the call that is responsible for the exception: 'Could not load type 'Microsoft.VisualStudio.Shell.Task' from assembly 'Microsoft.VisualStudio.Shell.15.0, Version=17.0.0.0
var task = new ResourceErrorTask(entry)
{
ErrorCategory = (TaskErrorCategory)errorCategory,
Expand Down

0 comments on commit 22cba1d

Please sign in to comment.