Skip to content

**THIS REPO IS ONLY USED FOR PULL REQUESTS TO THE PARENT FORK**. It is not maintained and I will not accept any PRs here.

License

Notifications You must be signed in to change notification settings

fflaten/vscode-inline-values-powershell

 
 

Repository files navigation

Inline values for PowerShell variables

image

This extension enables inline values for variables when debugging a PowerShell script.

Features

image

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

  1. Clone this repo and cd into it
  2. Run yarn to install the dependencies
  3. Open it in VS Code (ideally insiders)
  4. Ctrl/Cmd+Shift+B to run the build task (look in the terminal drop down to see if the build is running)
  5. F5 to launch the local build of the extension

That's it! Then all you have to do is:

  1. Make code changes
  2. Save the files
  3. Restart your local build to see the changes :)

About

**THIS REPO IS ONLY USED FOR PULL REQUESTS TO THE PARENT FORK**. It is not maintained and I will not accept any PRs here.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.6%
  • Dockerfile 6.4%