Skip to content

Commit

Permalink
Pr feedback 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ugras-ergun-sonarsource committed May 24, 2024
1 parent 0d0ca80 commit 9ce190d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public BundledNodeLocationsProvider(IServiceProvider serviceProvider, ILogger lo

public IReadOnlyCollection<string> Get()
{
// e.g. C:\Program Files (x86)\Microsoft Visual Studio\2022\Preview\
// e.g. C:\Program Files\Microsoft Visual Studio\2022\Preview\
var hr = vsShell.GetProperty((int)__VSSPROPID2.VSSPROPID_InstallRootDir, out var installDir);

if (ErrorHandler.Failed(hr))
Expand Down

0 comments on commit 9ce190d

Please sign in to comment.