Inline values for PowerShell variables
This extension enables inline values for variables when debugging a PowerShell script.
Features
When you apply the "debug.inlineValues": true setting, you can see the values for the variables in your script inline.
Requirements
The PowerShell extension or the PowerShell Preview extension for VS Code
Development
Wanna contribute? It's easy!
Prereqs
Steps
- Clone this repo and
cd into it
- Run
yarn to install the dependencies
- Open it in VS Code (ideally insiders)
Ctrl/Cmd+Shift+B to run the build task (look in the terminal drop down to see if the build is running)
F5 to launch the local build of the extension
That's it! Then all you have to do is:
- Make code changes
- Save the files
- Restart your local build to see the changes :)
| |