Created a VS Code Container configuration for the WorkDir project.
The idea is that for VS Code based development we should rely on the container capabilities of the editor. Letting it create a terminal for us that we could compile code in, while relying on the files and environment created inside the container, to interpret our code.
Showing
- .devcontainer/Dockerfile 31 additions, 0 deletions.devcontainer/Dockerfile
- .devcontainer/atlas_prompt.sh 10 additions, 0 deletions.devcontainer/atlas_prompt.sh
- .devcontainer/devcontainer.json 21 additions, 0 deletions.devcontainer/devcontainer.json
- .devcontainer/motd 12 additions, 0 deletions.devcontainer/motd
- .devcontainer/setup_atlas.sh 9 additions, 0 deletions.devcontainer/setup_atlas.sh
- .vscode/c_cpp_properties.json 1 addition, 1 deletion.vscode/c_cpp_properties.json
.devcontainer/Dockerfile
0 → 100644
.devcontainer/atlas_prompt.sh
0 → 100644
.devcontainer/devcontainer.json
0 → 100644
.devcontainer/motd
0 → 100644
.devcontainer/setup_atlas.sh
0 → 100644
Please register or sign in to comment