janfeitsma

Results 2 comments of janfeitsma

Can't you achieve this with customizing `logging.Formatter`? (Examples in my own repo [extendedlogging](https://github.com/janfeitsma/extendedlogging).)

Thanks Sean. I kicked out all the custom C_Cpp settings which I gathered over the past weeks trying to debug this specifically: ``` myrepo/.vscode/settings.json "C_Cpp.intelliSenseCacheSize": 0, "C_Cpp.intelliSenseUpdateDelay": 300, "C_Cpp.intelliSenseEngine": "Tag...