Open
Conversation
- Still need to implement the actual command that is executed though when a task is selected
rkeithhill
reviewed
Nov 22, 2017
rkeithhill
left a comment
There was a problem hiding this comment.
I wonder if we could add a command to psake that could use the PowerShell parser/ast to return the tasks rather than rely on regex's? We could have that command return JSON so it is more easily consumable from the extension.
|
And there is already a command for that - |
Member
Author
|
@rkeithhill that is an interesting idea :-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Added the ability to parse the psakefile.ps1 file, looking for Task definitions. These are then provided for selection, and can be executed via the Integrated Terminal window.
Related Issue
#3
Motivation and Context
Allows the end user to easily "see" the build Tasks that they have available for their current project.
How Has This Been Tested?
Developer tests on my machine, needs much more testing, and comments.
Screenshots (if appropriate):
See related issue
Types of changes
Checklist: