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 46d7576 commit 1381458Copy full SHA for 1381458
lib/find-visualstudio.js
@@ -247,7 +247,7 @@ class VisualStudioFinder {
247
'Unrestricted',
248
'-NoProfile',
249
'-Command',
250
- '&{Add-Type -Path \'' + csFile + '\';' + '[VisualStudioConfiguration.Main]::PrintJson()}'
+ '&{Add-Type -IgnoreWarnings -Path \'' + csFile + '\';' + '[VisualStudioConfiguration.Main]::PrintJson()}'
251
]
252
253
this.log.silly('Running', ps, psArgs)
0 commit comments