Doug Bailey

Results 11 comments of Doug Bailey

The GitHub Copilot completions panel has a ton of errors detected when it's open and I would love to exclude those at the user settings level rather than per folder...

@jhoneill glad you understand why I submitted the original issue/enhancement. The full context is that I did something admittedly silly by passing a [string] to a [securestring] parameter like this:...

~~My vote would be replacing with `*` but it's not a strong opinion.~~ Actually, it's probably better to leave the value out as someone might try to dig for the...

Agreed. For example, see: [AccessControlDSC](https://www.powershellgallery.com/packages/AccessControlDSC) It purports to be from Microsoft, but as far as I can tell, it's hosted in a personal repo. I can see contributions from folks...

I set `application.shellEnvironmentResolutionTimeout` to the max 120s and it still timed out.

See attached. Note, when launching from the command line, I cannot reproduce the issue. I appended `--verbose` to a copy of the shortcut's target (the .exe). [vscode-resolveShellEnv-windows-timeout.zip](https://github.com/user-attachments/files/20732038/vscode-resolveShellEnv-windows-timeout.zip) ![Image](https://github.com/user-attachments/assets/ce5580d8-95b5-4a89-a78c-f097a16adba0)

Putting the Program FIles path in quotes, I get a pretty quick and successful return (my profile admittedly has some slow-ish thing in it but not 120 seconds slow): ```...

I also tried putting the pwsh.exe command in a shortcut and it runs the same speed as from the command prompt: ![Image](https://github.com/user-attachments/assets/8ec93e1a-b5a9-446c-a6c5-e2cab087f7c0)

See new logs : [vsCode-resolveEnvTimeOut-20250617.zip](https://github.com/user-attachments/files/20803617/vsCode-resolveEnvTimeOut-20250617.zip)