mbox series

[v2,0/5] devtool: ide: Improve VSCode support

Message ID 20240219165525.714512-1-enguerrand.de-ribaucourt@savoirfairelinux.com
Headers show
Series devtool: ide: Improve VSCode support | expand

Message

Enguerrand de Ribaucourt Feb. 19, 2024, 4:55 p.m. UTC
These patches improve the VSCode support in devtool ide-sdk from Adrian
Freihofer.

I added a generic C++ configuration for the VScode extension while
awaiting for autotools support.

A refactoring is proposed for the meson class. Without absolute compiler
paths, the linter inside VSCode will not be able to find the
cross-compiler. Let me know if you have any concerns about this
refactoring.

The other bug fixes are relatively minor and make the tool work for some
edge cases.

v2:
 - Added signed-off-by mentions
 - Removed duplicate topdir exception fix
 - Added a condition for the generic C++ configuration (matching autotools)
 - Kept the source mapping for debug source as it was required to not open the
   local files instead of the read-only files in the editor on some
   configurations