vscode-cpptools
vscode-cpptools copied to clipboard
Strange "Failed to read file C:\ProgramData\ssh\ssh_config." in logging
What is this error? Can we get rid of it?
I believe it was added by @xisui-MSFT sshHost.ts is calling getOutputChannelLogger directly instead of going through the logger. @xisui-MSFT can you please change these to debug messages?
Sorry, I was thinking about how CMake Tools does logging. In cpptools, you should check the value of the c_cpp.loggingLevel before logging to the output channel. These messages should only show if it's set to "Debug"