vscode-cpptools
vscode-cpptools copied to clipboard
Add an SSH logging channel
#9899
So is the Failed to read ssh_config message "by design"?
So is the Failed to read ssh_config message "by design"?
I don't think we should be showing failure messages by default for this. If the user is not explicitly configuring SSH, they should not see any of these messages.
So is the Failed to read ssh_config message "by design"?
I don't think we should be showing failure messages by default for this. If the user is not explicitly configuring SSH, they should not see any of these messages.
Yeah so I changed this to only output that message for warning+ logging level. But since we are not reading other files currently, I'll change it to ignore the error when err.code === 'ENOENT'. Might cause some confusion but chance is low.