I confirm that the preview release works well — thank you!
That said, I really hope to see some enhancements to the "Devtool: Configure VSCode SDK" feature in future updates. It's honestly one of the best features I've seen for Yocto integration in VSCode — and it works flawlessly with standard Poky folders.
However, in custom setups like mine (where we use a cmdWrapper script to handle environment setup, Docker, and sourcing), the feature becomes nearly unusable because the wrapper is completely ignored. The tool seems hardwired for simple, flat Poky workspaces, and doesn't account for real-world custom environments.
Right now, I have to override launch.json, tasks.json, and ignore the extension’s automation — which defeats the whole purpose. I’d really love to see this feature made more flexible so it can integrate properly with wrapper-based or Dockerized environments.
Originally posted by @yassibeh in #419