PSRule-vscode
PSRule-vscode copied to clipboard
Context option to test a specific file
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.