Andy Jordan
Andy Jordan
Ok, I definitely thinks its an issue with both PSES and PNP.PowerShell using their own Assembly Load Contexts.
@KoenZomers and @gautamdsheth are you two also looking at this? It seems to have been introduced when a custom ALC with a resolver was added to PNP.PowerShell, and it's not...
@KoenZomers We've managed to narrow it down to reproducing with 1.7.0 and above, but not with 1.5.0. Which version did you test there?
If you have only the PowerShell extension installed, and not the Azure Repos extension, can you collapse the blocks are you're expecting to be able to?
Well, so it makes me wonder what on earth their extension is doing to the folding. Since they're PowerShell scripts, I would think only the PowerShell extension (ours) would handle...
Hey, can you tell me more clearly what you mean by "Install Azure Repos Extension"? When I found the "Azure Repos Extension" on [GitHub](https://github.com/Microsoft/azure-repos-vscode) it turns out that it's archived...
Ah, that's helpful thank you. I see on their readme: There are certain limitations while working with virtual workspaces: > Debugging, terminals, and tasks are not currently supported. Terminals open...
I'm linking for my future reference the VS Code information on how to support their Virtual Workspaces: https://github.com/microsoft/vscode/wiki/Virtual-Workspaces The good news is that I recently migrated _nearly_ all of the...
@ctholloway as a temporary workaround, can you try setting `powershell.codeFolding.enable` to `false`? I know that sounds weird, but what it should do is disable the syntax-based folding in the extension...
@AspenForester are you certain you've manually enabled semantic highlighting? It is off by default.