Baruch
Baruch
Please explain better in the documentation (or elsewhere) what is the need for this extension. VSCode cpptools already supports debugging using both gdb and lldb, so what value does this...
Issue Type: Feature Request I use the CMake Tools status bar to run all tests with one click, and I use the CMake Test Explorer extension to run and see...
As far as I can tell, `exclude()` is a symmetric operation, i.e. `opt1->exclude(opt2);` is the same as `opt2->exclude(opt1);`. With options this works well, since I can call `exclude()` on either...
``` #include int main(int argc, char **argv) { CLI::App app{"App"}; int a, b; bool other; auto ogroup_a = app.add_option_group("a_group", "do a"); ogroup_a->add_option("a", a, "option a")->required(); auto ogroup_b = app.add_option_group("b_group", "do...
 I am using git-bash on windows 10. I had to change the font of mintty to display Hebrew characters, but the alignment issue occurred even with the default font,...
Is there a way to use a local plantuml (e.g. a command-line tool) instead of starting a plantuml server? I am using this plugin on an offline windows machine, and...
Can you please add NUL (\0000) to the list of unwanted characters?
Defaults
Support for optional arguments to have a default value