We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51d19a commit 008101bCopy full SHA for 008101b
src/Misc/layoutbin/powershell/Add-VisualStudioCapabilities.ps1
@@ -87,7 +87,7 @@ $keyName14 = 'Software\Microsoft\VisualStudio\14.0'
87
$keyName15 = 'Software\Microsoft\VisualStudio\15.0'
88
$keyName16 = 'Software\Microsoft\VisualStudio\16.0'
89
$keyName17 = 'Software\Microsoft\VisualStudio\17.0'
90
-$keyName17 = 'Software\Microsoft\VisualStudio\18.0'
+$keyName18 = 'Software\Microsoft\VisualStudio\18.0'
91
92
# Add the capabilities.
93
$latestVS = $null
0 commit comments