-
Notifications
You must be signed in to change notification settings - Fork 11
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
A bunch of error message updates, library hack, etc. #15
Conversation
Also updated all the libraries, in part to allow for EC certificates
…, terrible idea, but the current ssh library does not support newer types of certificates. Do not trust this particular commit!
… it not being able to read the certificate file, does not wind up with a simple 'Connection refused', but with the actual error. Also fixed an error that kept adding build finish events on errors without clearing it out.
Removed special cases for getvsdbgsh since the script automatically detects it. Changed incorrect ssh and scp locations. This does assume that scp and ssh is on the path though.
Looks good.
I'm going to hold off on this for now until the ssh.net team fixes this issue. Will put up a warning message in the meantime.
Looks good.
Looks good.
Direct path referencing didn't work for me, something to do with the way scp x64/x86 was invoked. Forgot the exact reason, but I'll do some testing before merging.
Good spot!
This needs a bit of testing, but looks good otherwise.
I am not convinced by this as I am a fan of keeping toolbar clutter to a minimum, but people have requested this in the past so lets give it a shot.
Agreed multiple configs are useful, but any reason for not using existing window in Settings -> Options -> VsRemoteDebugger? I'll do the merge when I'm on my laptop, shortly after new year. |
Cherry picked PR #15: A bunch of error message updates, library hack, etc.
Closed. See #16 |
My plan going forward before I quit is to add the possibility to have multiple configurations, with a simple window. Dropdown to switch between them on the toolbar. Maybe store it as a JSON in the users home directory? :) What do you think?