Ben McMorran
Ben McMorran
Thanks for the feature request. @snehara99 I'm assigning you for now since you were doing sidebar work earlier and marking this for 1.15.
Part of v7 is already supported by #3377, but the new `trace` options are not yet supported.
@alranel any updates on if this change is something that Arduino is considering?
Great! Thanks for the update.
Thanks for the report! The suggestion sounds reasonable to me. As a workaround, are you able to launch VS Code from a Visual Studio Developer Command Prompt? That should have...
@xisui-MSFT can you comment on how this scenario is supposed to work?
Thanks for the detailed feedback. I haven't checked the code closely, but I suspect this could be fixed simply by immediately flushing output from Ninja to the output window instead...
Thanks for the report. `cmake.cmakePath` is [documented](https://github.com/microsoft/vscode-cmake-tools/blob/main/docs/cmake-settings.md#cmake-settings) as supporting `${env:...}` substitution, but it's possible that the kit environment variables aren't being applies before evaluating the substitution. I'm marking this as...
Thanks for the report! I can reproduce this and we'll try to get a fix out soon.
Thanks for the report! I think this might be related to #3039. Can you try running `clang -v` and `clang --version` on the command line outside of VS Code and...