| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Awesome, excited to use it.
Sorry, something went wrong.
There was a problem hiding this comment.
Amazing.
Sorry, something went wrong.
|
Andy Jordan (@andyleejordan) thanks! Here's a build to use till the next preview: |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Improvements to the developer inner loop experience for the extension.
Needs: PowerShell/PowerShellEditorServices#2202
Tip
To test this PR you need to build the extension and install it, as it adds some new commands and configs. Here is a pre-built VSIX
Launch Config Pre-Launch Tasks
The regular, temp, and isolated launch configurations have been optimized two prelaunch tasks:
Auto-Attach PSES Debugger
The launch configurations now auto-attach the PSES debugger rather than prompting for a PID.
Capture.mp4Auto Extension Restart on Changes
When the extension is running in dev (debug) mode, changes to the extension files auto-trigger an extension host restart. In temp and isolated, this is pretty fast especially compared to a window reload.
Capture.mp4PSES Hot Reload
Hot Reload is now enabled, allowing testing of in-flight changes. Really handy for Handler development.
Capture.mp4Other Changes