PSRule-vscode icon indicating copy to clipboard operation
PSRule-vscode copied to clipboard

Context option to test a specific file

Open BernieWhite opened this issue 3 years ago • 0 comments

Currently PSRule support in VSCode mostly focusses on testing the whole repository. While you could tweak the task options or ps-rule.yaml to test a single file there isn't any built-in way to do this.

We should provide a context option to test:

  • A single file.
  • A folder of files.
  • A path spec containing files.

BernieWhite avatar Jun 21 '22 23:06 BernieWhite