I use vs code with docker. Docker makes getting the configuration a bit easier for me as I am constantly having to change the configuration based on the projects that I have worked on.
- download vs code.
- download docker desktop
- Here is my docker file (Dockerfile.cpp):
FROM ubuntu:24.04