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 aebbb0c commit 6934fa9Copy full SHA for 6934fa9
src/Files.App/ViewModels/Settings/DevToolsViewModel.cs
@@ -185,7 +185,7 @@ private async void DoTestIDE()
185
{
186
IDEPathTested = await Win32Helper.RunPowershellCommandAsync(
187
$"& \'{IDEPath}\'",
188
- PowerShellExecutionOptions.None // PowerShellExecutionOptions.Hidden doesn't work with some IDEs if path is not provided
+ PowerShellExecutionOptions.Hidden
189
);
190
191
IsIDEPathValid = _IDEPathTested;
0 commit comments