Skip to content

Commit

Permalink
Fix comment that says we aren't using a parameter that's critical
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmalinowski committed May 27, 2021
1 parent bb7f615 commit c2388e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal interface IWorkspaceProjectContextFactory
/// <param name="projectUniqueName">Unique name for the project.</param>
/// <param name="projectFilePath">Full path to the project file for the project.</param>
/// <param name="projectGuid">Project guid.</param>
/// <param name="hierarchy">Obsolete. The argument is ignored.</param>
/// <param name="hierarchy">The IVsHierarchy for the project; this is used to track linked files across multiple projects when determining contexts.</param>
/// <param name="binOutputPath">Initial project binary output path.</param>
Task<IWorkspaceProjectContext> CreateProjectContextAsync(
string languageName,
Expand Down

0 comments on commit c2388e7

Please sign in to comment.