Andy Jordan

Results 44 issues of Andy Jordan

The electric indentation for bison-mode gives... interesting results when run on each line of the buffer.

### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...

type: bug
area: reporters
status: in discussion

This covers the desire to go back through recently merged PRs (and my own Git stashes) to see what bugs we fixed that could be covered with a regression test...

Issue-Enhancement
Area-Test

Hm, well this is as far as I got with the test and I think I'm going to postpone getting a test for this so we can just get the...

Issue-Enhancement
Area-Test

This unit test is currently skipped, indicating a bug in product code: https://github.com/PowerShell/PowerShellEditorServices/blob/c4f424fcdd931cc0ef3d9a970d628f83f994e77b/test/PowerShellEditorServices.Test/Debugging/DebugServiceTests.cs#L964-L987 It turns out that what's happening is that when this is getting the children variables: https://github.com/PowerShell/PowerShellEditorServices/blob/aa1c253fd009cfcc2812dbf38ddca8a920f1f40c/src/PowerShellEditorServices/Services/DebugAdapter/Debugging/VariableDetails.cs#L263-L277 It...

Issue-Bug
Area-Debugging

It takes _way_ too many arguments to launch PSES correctly, which is blocking #1829. Once we simplify this, we could conceivably add a `-lsp` flag to PowerShell itself that would...

Issue-Enhancement
Area-Startup

Just me trying things. So, weird thing, but in the repro for https://github.com/PowerShell/vscode-powershell/issues/3751, while we're in the debugger, things can't print. Like if you run `Get-Process` at the debug prompt...

You can kind of think of it like `.ConfigureAwait(false)` for completion sources. I didn't necessarily need to add it here, it was just a troubleshooting step, *but* we probably should...

Issue-Enhancement
Area-Engine

We unfortunately clear all existing breakpoints in the PowerShell session on the initialization of the debug server, essentially overwriting them with the breakpoints set in the UI: https://github.com/PowerShell/PowerShellEditorServices/blob/dd870ec1887c3cd69f18459d3e226067ab4f2098/src/PowerShellEditorServices/Server/PsesDebugServer.cs#L110-L111 and in...

Issue-Enhancement
Area-Debugging

Fix Windows PowerShell test host so that it's debuggable. _Originally posted by @andschwa in https://github.com/PowerShell/PowerShellEditorServices/pull/1635#discussion_r771590436_

Issue-Enhancement
Area-Test