Skip to content

Commit

Permalink
Removed FIXME that is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Feb 24, 2023
1 parent 43c9c49 commit 3e4b022
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ public void Configure(WorkspaceOptions options)
}
else
{
// FIXME: Perhaps WorkspaceOptions should have MSBuildExtensionsPath instead of VisualStudioPath?
//
// MSBuildWorkspaceUpgradeContext.CreateProperties() uses it to set the MSBuildExtensionsPath[32]
// environment variables and there is some logging in UpgraderMsBuildExtensions.AddMsBuild(),
// but that's about it.
// MSBuildWorkspaceUpgradeContext.CreateProperties() uses the VS path to set the MSBuildExtensionsPath[32]
// environment variables and there is some logging in UpgraderMsBuildExtensions.AddMsBuild().
_logger.LogInformation("Visual Studio path not required on macOS");
}
}
Expand Down

0 comments on commit 3e4b022

Please sign in to comment.