Add new launch.json task for better ad-hoc end and interactive end to end building and testing by bergmeister · Pull Request #1603 · PowerShell/PSScriptAnalyzer
PowerShell / PSScriptAnalyzer Public
-
Notifications
You must be signed in to change notification settings - Fork 409
Merged
Merged
Conversation
Collaborator
PR Summary
This helps speed up the inner loop when iterating and testing certain scenarios work end to end interactively.
The task builds PSSA and imports it in a new temp shell so that after the task one can copy paste desired end to end example into the shell for interactive end to end testing.
PR Checklist
- PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- Summarized changes
- Change is not breaking
- Make sure all
.cs,.ps1and.psm1files have the correct copyright header - Make sure you've added a new test if existing tests do not effectively test the code changed and/or updated documentation
- This PR is ready to merge and is not Work in Progress.
- If the PR is work in progress, please add the prefix
WIP:to the beginning of the title and remove the prefix when the PR is ready.
- If the PR is work in progress, please add the prefix
bergmeister
changed the title
Add new launch.json for better ad-hoc end and interactive testing by building PSSA and importing it in a new temp shell
Add new launch.json task for better ad-hoc end and interactive end to end building and testing
bergmeister
requested review from
JamesWTruher and
rjmholt
rjmholt
approved these changes
rjmholt
merged commit
fc307cb
into
master
rjmholt
deleted the
bergmeister-patch-1
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment