This extension enables inline values for variables when debugging a PowerShell script.
When you apply the "debug.inlineValues": true
setting, you can see the values for the variables in your script inline.
The PowerShell extension or the PowerShell Preview extension for VS Code
Wanna contribute? It's easy!
- 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 :)