Skip to content

Commit 6934fa9

Browse files
Run test with hidden PS
1 parent aebbb0c commit 6934fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/ViewModels/Settings/DevToolsViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private async void DoTestIDE()
185185
{
186186
IDEPathTested = await Win32Helper.RunPowershellCommandAsync(
187187
$"& \'{IDEPath}\'",
188-
PowerShellExecutionOptions.None // PowerShellExecutionOptions.Hidden doesn't work with some IDEs if path is not provided
188+
PowerShellExecutionOptions.Hidden
189189
);
190190

191191
IsIDEPathValid = _IDEPathTested;

0 commit comments

Comments
 (0)