-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
base: main
Are you sure you want to change the base?
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! 😊
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