cpp-best-practices / cmake_template

CMake for C++ Best Practices
The Unlicense
1.09k stars 117 forks source link

Verify VSCode Experience (Linux) #25

Open lefticus opened 1 year ago

lefticus commented 1 year ago

This is the "out of the box" experience.

When you open this project in VSCode does it Just Work?

related #17

goto40 commented 3 weeks ago

Hi!

I just tried this project with ubuntu and the dev container. I managed to run the dev container as non-root (inside the container) to smoothly interact with the files on my disk and the git repo (I had to adapt some minor stuff/I could make a small PR for that).

However, the readme describing how to build does not work as expected. I could dig further if this is interesting for you. Since I do not use Windows, is the CI chain checking this aspect?