vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Add an SSH logging channel

Open xisui-MSFT opened this issue 2 years ago • 3 comments

#9899

xisui-MSFT avatar Sep 20 '22 22:09 xisui-MSFT

So is the Failed to read ssh_config message "by design"?

sean-mcmanus avatar Sep 21 '22 05:09 sean-mcmanus

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.

bobbrow avatar Sep 21 '22 15:09 bobbrow

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.

xisui-MSFT avatar Sep 21 '22 19:09 xisui-MSFT