My pronouns are they/them. I open-sourced @PowerShell and now maintain its Visual Studio Code extension.
- Seattle, WA
- https://andschwa.com/
- @andschwa
Highlights
Block or Report
Block or report andschwa
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
PowerShell/vscode-powershell Public
Provides PowerShell language and debugging support for Visual Studio Code
-
A common platform for PowerShell development support in any editor or application!
-
-
1,395 contributions in the last year
Less
More
Activity overview
Contributed to
PowerShell/vscode-powershell,
PowerShell/PowerShellEditorServices,
PowerShell/PSReadLine
and 23 other
repositories
Contribution activity
April 2022
Created 66 commits in 3 repositories
Created a pull request in PowerShell/PSReadLine that received 13 comments
Respect cancellation in ReadOneOrMoreKeys()
Because .NET's . Console.ReadKey() is uncancellable, when a hosting application cancels PSReadLine, it also has to send a key press to get ReadKey …
+10
−2
•
13
comments
Opened 30 other pull requests in 2 repositories
PowerShell/PowerShellEditorServices
19
merged
3
closed
-
Release
v3.3.2 -
Fix ordering of startup tasks so
psEditoris defined before profiles are loaded - Update to latest PSReadLine beta (with fix for race condition)
- Fix extra prompting and manual debugger commands
-
Consolidate
InterruptCurrentForegroundandMustRunInForeground -
Don't cancel on disposal of
CancellationScope - Implement temporary workaround for race condition in REPL
- Actually update code owners
- Update GitHub code owners
-
Don't print extra prompt on cancellation of
ReadLine - Fix missed .NET 4.6.2 code
-
Release
v3.3.1 -
Bump
net461tonet462due to upcoming end of support - Fix formatting handlers and PSScriptAnalyzer loading
-
Temporarily disable
IsDebuggerCommandcheck -
Release
v3.3.0 - Enable IDE0005 (unneccessary using statements) as error
- With a fix in PSReadLine, we don't have to return a "null" key press
- Enable code analysis and formatting as errors on build
- Apply automatic fixes (manually)
-
Release
v3.2.0 -
Re-workaround uncancellable
Console.ReadKey
PowerShell/vscode-powershell
8
merged
Reviewed 28 pull requests in 3 repositories
PowerShell/vscode-powershell
15 pull requests
- Bump typescript from 4.6.3 to 4.6.4
- Bump @vscode/extension-telemetry from 0.5.0 to 0.5.1
- Bump esbuild from 0.14.37 to 0.14.38
- Bump @types/mocha from 9.1.0 to 9.1.1
- Bump esbuild from 0.14.36 to 0.14.37
- Bump sinon from 13.0.1 to 13.0.2
- Improve Settings Editor experience in a few places
- Bump semver from 7.3.6 to 7.3.7
- Bump glob from 7.2.0 to 8.0.1
- Bump esbuild from 0.14.34 to 0.14.36
- Bump semver from 7.3.5 to 7.3.6
- Bump @vscode/extension-telemetry from 0.4.10 to 0.5.0
- Bump esbuild from 0.14.32 to 0.14.34
- Bump esbuild from 0.14.31 to 0.14.32
- Bump esbuild from 0.14.29 to 0.14.31
PowerShell/PowerShellEditorServices
9 pull requests
-
Bring back
WriteWithPrompt() - Bump Microsoft.PowerShell.SDK from 7.2.2 to 7.2.3
- Implement temporary workaround for race condition in REPL
- Bump Serilog from 2.10.0 to 2.11.0
-
Release
v3.3.1 -
Re-workaround uncancellable
Console.ReadKey - Fix prompt spam and general debugger reliability improvements
- Fix attach to process debugging
- Apply automatic fixes (manually)