Tyler James Leonhardt
Tyler James Leonhardt
@kipackjeong I'm thinking: `EllipsisLocation` with `Left` and `Right` and then hopefully in the near future we can figure out a safe and fast way to do ellipsis in the middle...
Once you get Left and Right supported, you can make it a true VS Code setting by adding to the following: https://github.com/microsoft/vscode/blob/dafc40bca5439520d7e8b1c4a5c15c744bf69c10/src/vs/workbench/contrib/search/browser/search.contribution.ts#L892-L911 Then the plumbing fun begins... follow the reference...
Assigning this to Rob who's going to investigate this next week
@XPlantefeve what version of the .NET Framework do you have installed on your machine?
> . All that said, I don't think it should ever wait for completion. I think that's been the behavior for a while now and I totally agree with you....
https://github.com/PowerShell/PowerShellEditorServices/blob/master/src/PowerShellEditorServices/Services/PowerShellContext/EditorOperationsService.cs#L159-L180 A simple change. Instead of `SendRequest` it's `SendNotification` Then in vscode-powershell change these to `NotificationType`: https://github.com/PowerShell/vscode-powershell/blob/master/src/features/ExtensionCommands.ts#L142-L156 And change `onRequest` to `onNotification` https://github.com/PowerShell/vscode-powershell/blob/master/src/features/ExtensionCommands.ts#L253-L267
There will likely be work to be done in the PowerShell extension to light this up... In Azure Functions we do something like leveraging a tasks.json and launch.json... I can...
Yeah we'd want the code lens in vscode to also work in this new mode. As long as that plays nicely with doing it at the file-level , then we...
The PowerShell extension's script to debug a test will be more complicated now that we're talking about a subprocess.
The problem with this idea is that means that now for the English case, (the most common language used) we have to attempt to load another bundle of strings (aka...