Sebastian Knackstedt

Results 7 comments of Sebastian Knackstedt

Thanks for the fast answer! `killall plasmashell` just kills the overlay of the kde-environment, but it doesn't stop the x-session.

I have the same in my current clang-tidy/cmake project. My system uses Ubuntu 20.04 with clang-tidy 10.0 installed by default. The clang-tidy from vscode gives the error: ``` /usr/include/wchar.h:35:10: error:...

Yes, forgot to mentation with `C_Cpp.codeAnalysis.clangTidy.path` pointing to an installed `clang-tidy` it worked without problems.

You can use this fork, which was mentioned in #521. [Link to the fork](https://github.com/thellmund/Android-Week-View)

No problem! I just changed it.

![image](https://user-images.githubusercontent.com/35075354/50425951-b90dbf00-0881-11e9-8329-2cf5bb0b1443.png) In the newest version, the colours are fine but the re-draw of lines still causes problems.

My use case would be the following: For a project we have some OS-specifc presets in a CMakeToolchain file (for example one for GCC and one for MSVC). Since our...