Øystein Walle
Øystein Walle
I installed clcache via Chocolatey and this is printed when I run it. I've verified that the file actually exists. Running _that_ file prints the same message. Full message ```...
OS: Microsoft Windows [Version 10.0.19044.1526] VSCode version: 1.64.2 CodeLLDB version: v1.6.10 Compiler: rustc 1.58.0 (02072b482 2022-01-11) Debuggee: 1.58.0-x86_64-windows-msvc Calling a function that takes a `&Path` with a `&PathBuf` makes CodeLLDB...
This avoids C4265 on MSVC.
I am tryin to map Caps Lock to Escape using ` xcape -e Caps_Lock=Escape`. It generates an Escape event (I go to normal mode in Vim etc.) but Caps lock...
First of all thank you for this nice plugin. Very clever to use the output of cmake's --help-* arguments. I often find myself opening a CMakeLists.txt to do a quick...
### Problem After pressing `Ctrl-X Ctrl-O` one is supposed to be able to continue pressing `Ctrl-O` to cycle through the options presented. Convenient because you don't have to move your...
**Description** Using `CATCH_TRANSLATE_EXCEPTION` is convenient, but sometimes we want to test the concrete type _and_ message. Using `*_THROWS_MATCHES` does not use the function provided by `CATCH_TRANSLATE_EXCEPTION` and just uses `std::exception::what()`...