Paulo Sherring
Paulo Sherring
@yooouxin Apparently, files on the same local tree have higher precedence over system-wide config files (e.g. /etc/vsomeip). So, one way of handling different config files would be to put each...
This feature would be really helpful. It doesn't necessarily have to be active at all times, not even active on open/load project, it could be an issuable command, like >clangd:...
Tested successfully with jdk8. For completeness, the procedure on a Ubuntu20.04 host was: 1. Install openjdk8: `sudo apt-get install openjdk-8-jdk` 2. List java versions installed on your system: `update-java-alternatives -l`...
Hey there! I was finally able to get back at this. I also found the CPU spike after the "play" button is pressed and I still have the same issue:...
Hey, I guess I found the offending stuff! Try this out: On your python starting script, try changing the mklauncher debug level from 5 to 1: launcher.set_debug_level(5) --- launcher.set_debug_level(1) +++...