-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Add 2 additional error messages #18462
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
Add 2 additional error messages #18462
Conversation
Add additional information to 3 error senarios when launching a different profile in the ConptyConnection. - Requires Elevation - CTRL+C - Bad Command or File Not Found closes microsoft#7186
@microsoft-github-policy-service agree |
This comment has been minimized.
This comment has been minimized.
- Removed BadCommand text - Added FileNotFound text
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.
Remove Ctrl+C
@KalleOlaviNiemitalo are you able to review again? It's been a couple weeks. |
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.
Looks good to me! Thanks! 😊
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.
So sorry for the delay. The team has been busy on other projects for a little bit. Thanks for your patience here!
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
It seems this PR fell off our radar. I apologize. |
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.
Thanks for doing this! Looks like there were some issues on our end getting this merged, but that should be all good now. 😊
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Add additional information to 2 error scenarios when launching a different profile in the `ConptyConnection.cpp` file. - Requires Elevation - File Not Found Created a profile that required elevation and verified the error message. Created profile that passed a made up command and verified the error message. Closes #7186 (cherry picked from commit f7e853c) Service-Card-Id: PVTI_lADOAF3p4s4AmhmQzgZlxJc Service-Version: 1.22
Add additional information to 2 error scenarios when launching a different profile in the `ConptyConnection.cpp` file. - Requires Elevation - File Not Found Created a profile that required elevation and verified the error message. Created profile that passed a made up command and verified the error message. Closes #7186 (cherry picked from commit f7e853c) Service-Card-Id: PVTI_lADOAF3p4s4AxadtzgZlxJY Service-Version: 1.23
Add additional information to 2 error scenarios when launching a different profile in the
ConptyConnection.cpp
file.Created a profile that required elevation and verified the error message. Created profile that passed a made up command and verified the error message. Unable to test CTRL+C case, but included due to issue conversation.
Closes #7186