Bob Brown

Results 271 comments of Bob Brown

Yes. Should be early next week. We're doing some final testing.

@benmcmorran @robotdad does this sound like something that would make sense for the Embedded extension to tackle? We've tried to stay mostly agnostic to specific embedded devices and this request...

#10468 should address the comments around configuring one file at a time. This should make it easier to consolidate the clear/update into a single message (maybe clear sends the new...

Hi @johngco, your issue appears to be different and the message you shared says to report problems with the `wslExeProxy` setting to https://github.com/microsoft/vscode-remote-release/issues/5894 which is in another repository. It looks...

@komp0t how exactly did you put it in `c_cpp_properties.json`? It should look like this in the configuration: ```jsonc "defines": [ "__prog__=" ], ```

It's because you have `configurationProvider` set. That means we will use the configuration given to us from the CMake Tools extension (if it exists) and ignore the "defines" and "compileCommands."...

In other words, unfortunately this workaround isn't compatible with the `configurationProvider` and `compileCommands` properties. You would have to hack your build system to output the workaround which might be easier...

Oh, actually, can you try adding this to the configuration? I believe this was added for cases like this. It should allow you to continue to use `configurationProvider` and `compileCommands`...

> Maybe there is a path to install IncludePath via cmake command. If you know, can you tell me? I'm not sure I understand what you are asking for. Is...

This line has been there prior to us maintaining the extension. I suspect it was added for cases such as the one you mentioned as well as for always setting...