Bob Brown

Results 419 comments of Bob Brown

@sean-mcmanus, sqlite.c is bigger than this one and we are able to process it. Are you just saying that this file will slow down the parsing because it's big? I...

@sean-mcmanus I may have been mistaken. I thought the database icon was gone, but I tried again and saw it get stuck. However, adding the following to `cpp.hint` and reloading...

The Visual Studio ticket linked to this issue was closed without a fix. Unfortunately, that means a fix will not be coming to VS Code either.

Preserving some information about the branch in progress. This adds the ability to debug processes via LLDB using the LLDB-DAP adapter that is bundled with LLVM's LLDB debugger. This includes:...

@csorvagep can you please open a new issue for what you're seeing? We should be checking the setting for auto-closing quotes to determine when we need to add it or...

I was thinking that PlatformIO is supposed to write the configuration. Can you share what's inside the `.vscode/c_cpp_properties.json` file that should have been written to the root of your workspace...

The `#include errors detected` message only appears when the project is not configured correctly. Since PlatformIO owns this part, my intuition is that you should report this to them. The...

@browntarik can you please investigate this?

Closing this issue as lower priority since it's become stale and there are no comments from the community about it in recent history.

> After setting the dev environment (with a folder open), I can't debug with cl.exe. It just builds but debugging never starts. > > It seems to just run "C/C++:...