-
**Is your feature request related to a problem? Please describe.**
Yes. Trying to diagnose a problem with the code that is run with runspaces on MicroWin (#2731) is next to impossible because debugge…
-
At first I thought that there was a bug preventing the use of runspaces, but it seems that when invoking a runspace `Write-Host` just stops producing any output.
I have made below http trigger that…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the [latest released version](https://github.com/fsackur/ProfileAsync/releases)
- [X] Search the exi…
-
I've realized that the secret management module is [not thread safe](https://github.com/PowerShell/SecretManagement/blob/master/src/code/Utils.cs#L1497). In PowerShell Universal, we create a new runsp…
-
### Prerequisites
- [X] I have written a descriptive issue title.
- [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already …
-
### Summary of the new feature / enhancement
As a user, I want async code to run reliably without an arbitrary delay.
This is a design problem that comes from the hacks used to achieve functionali…
-
Hello,
Firstly, great work - very powerful yet easy to understand.
I suppose this might be more of a question than an issue, but I noticed that when doing long-running tasks I'm unable to run an…
-
If i want to do multiple remote sessions in their own runspaces, I have to enter my credentials several times. An api to either use something like the credential vault or some other way to store the c…
-
Hello all,
I have created also a thread in powershell.org asking for help but since my main issue is using the PoshRSJob module instead of background jobs i decided to post also here.
For referenc…
-
https://github.com/PowerShell/PowerShellEditorServices/blob/bbf627b597011a8c43379abe025d60df15449087/src/PowerShellEditorServices/Services/DebugAdapter/DebugService.cs#L985-L986
This line "blocks" …