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 7fb3143 commit 3e7f8ccCopy full SHA for 3e7f8cc
lib/find-visualstudio.js
@@ -151,7 +151,7 @@ VisualStudioFinder.prototype = {
151
152
const failPowershell = () => {
153
this.addLog(
154
- 'could not use PowerShell to find Visual Studio 2017 or newer')
+ 'could not use PowerShell to find Visual Studio 2017 or newer, try re-running with \'--loglevel silly\' for more details')
155
cb(null)
156
}
157
0 commit comments