-
Notifications
You must be signed in to change notification settings - Fork 728
Adding pipeCwd to schema. #415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
package.json
Outdated
| "properties" : { | ||
| "pipeCwd": { | ||
| "type": "string", | ||
| "description": "The fully qualified path where the pipe command to execute.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description sentence sounds grammatically incorrect. Maybe something like "The fully qualified path to the working directory for the pipe program"?
|
NOTE: This might have been your plan already, but I would suggest also updating the MIEngine/OpenDebugAD7 versions in this PR as well. |
|
Otherwise LGTM |
|
LGTM |
|
@gregg-miskelly yep thats the plan. I need to wait for other CR and builds to complete. |
|
👍 |
Adding the option to provide environment variables to the pipe program.
|
|
No description provided.