Back to Browse

VS Code Dev Container for C++

2.8K views
Sep 6, 2024
10:01

C++ development with VS Code with a Dev Container. Contents of the /.devcontainer/devcontainer.json file: ``` { "name": "C++", "image": "mcr.microsoft.com/devcontainers/cpp:1-debian-12" } ```

Download

1 formats

Video Formats

360pmp414.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

VS Code Dev Container for C++ | NatokHD