Colen Garoutte-Carson

Results 238 comments of Colen Garoutte-Carson

Hi @albertcaldas84 . Does this issue occur for you with a simple project, or does it only happen with a specific project? If this only occurs with a specific project,...

I don't see an API in VS Code to do this. I've started a thread with @isidorn , who closed the [original issue](https://github.com/microsoft/vscode/issues/53687). The grid editor layout appears to be...

Isidor mentioned he was mistaken in the [vscode issue](https://github.com/microsoft/vscode/issues/53687), and that there is not currently a way for extensions to influence the order of the currently open editor tabs. He...

This could be partially addressed by https://github.com/microsoft/vscode-cpptools/issues/2814 , which would add the ability to suppress individual warnings/errors.

Hi @netch80 . Can you set `"C_Cpp.loggingLevel": "Debug"` and provide the C/C++ log output leading up to the issue? Note that when using a custom configuration provider, it takes precedence...

Hi @netch80 . Could you provide the output from the `C/C++` output channel (not the `C/C++ Configuration Warnings` channel), with the `"C_Cpp.loggingLevel": "Debug"` enabled, leading up to and including the...

>More files in compile commands will increase slowness because every file, in compile commands file, gets a compiler defaults query. @boocs I wasn't able to repro this with your example...

Thanks @boocs . I see the problem now. The delay seems to be due to the compounded overhead of individually processing the hundreds of arguments in the RSP file, multiplied...

This feature is currently specific to semantic symbols. For example, if you have functions named foo() in multiple classes, and select just one class's instance of foo(), it should not...

Hi @yedane, I don't think I have enough information to repro your issue. The 'main.c' and 'Header file' you provided appear to be the same file. Did you intend to...