GitXplorerGitXplorer
T

vscode-inline-values-powershell

public
18 stars
5 forks
6 issues

Commits

List of commits on branch master.
Verified
49c62613375883ef30fc8fdf7b87f0b270f5b414

rev version

TTylerLeonhardt committed 2 years ago
Verified
65aafa53e43cae06a02a34976ccf453df5902469

Limit inline values to current function-scope (#14)

ffflaten committed 2 years ago
Verified
b8189a2c58e0249cc7d4fce30c1890bb19080dcd

Create node.js.yml (#13)

TTylerLeonhardt committed 3 years ago
Verified
7b80144f00851179a7dc585310cd7c58e3b3a374

Improve variable detection (#10)

ffflaten committed 3 years ago
Verified
a9d4c3663090c40b602e6ba0b8dd3778f40df9a8

rev version

TTylerLeonhardt committed 4 years ago
Verified
07b14569f1a7343b51ebf141f6b3ab96a6d16375

Ignore known PowerShell constants (#5)

ffflaten committed 4 years ago

README

The README file for this repository.

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 :)