ToBoMi
ToBoMi
### Brief Issue Summary I cannot get cmake-tools to work with a toolchain installation (like MSYS2) without putting the whole toolchain on the `PATH`. The only way to get cmake-tools...
**Is your feature request related to a problem? Please describe.** I have a project which relies on a `CMakePresets.json` ([IDE Integration Guide](https://cmake.org/cmake/help/latest/guide/ide-integration/index.html#presets)). I cannot see something related to CMakePresets in...
In larger commits with files changes in many folders with subfolders the commit details view gets many entries that one needs to scroll through to changes in a specific folder....
**Describe the Bug** Stashes are not shown when current branch is selected after rebasing. **Steps to Reproduce** Steps to reproduce the behaviour: 1. Current (one) branch selected 2. Make sure...
> is there already a way to tell clangd where additional source files are. You can create `compile_commands.json` for external libraries and (if necessary) [point clangd to them using config...
**Describe the bug** When an outer element (tested with nodes and components) holds a nested element and has a port, the inner element is moved up and covers the title...
### Thanks in advance for your bug report! - [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [X] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...
### Thanks in advance for your bug report! - [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)? - [x] Have you used the [debugging guide](https://pulsar-edit.dev/docs/atom-archive/hacking-atom/#debugging) to try to resolve the...
Hello everyone, I found that redirecting the serial console output to the host using JTAG only should be possible in general: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/app_trace.html#logging-to-host I haven't tried that method yet. That works...
### Brief Issue Summary Building the googletest example from [googletest: Quickstart: Building with CMake](https://google.github.io/googletest/quickstart-cmake.html) in Visual Studio Code using cmake-tools and MSYS2 on Windows 10 fails. Notes: It succeeds from...