acts-project / vecmem

Vectorised data model base and helper classes.
https://acts-project.github.io/vecmem/
Mozilla Public License 2.0
19 stars 13 forks source link

DevContainer Update, main branch (2023.10.24.) #243

Closed krasznaa closed 1 year ago

krasznaa commented 1 year ago

Updated the DevContainer setup of the repository to use a new AlmaLinux 9 based image, which would have recent CUDA, HIP and oneAPI versions.

Greatly simplifying its setup along the way, with the help of the ms-vscode.cmake-tools plugin, which takes care of pretty much all of the integration between CMake and VSCode for the project.

Note that in this setup, all the "language specific" code is correctly parsed by IntelliSense as well. :smile:

image image image

(You decide whose documentation is best. :stuck_out_tongue:)

krasznaa commented 1 year ago

I have to admit, one reason why I'm making this update is that I intend to try how far I can get with developing the project's code on my iPad through GitHub Codespaces. :laughing: