Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 669 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 669 Bytes

How to?

  1. Install the devcontainer extension in vscode (ms-vscode-remote.remote-containers)
  2. Start the docker deamon / docker desktop
  3. move the .devcontainer folder into your project folder
  4. Open the project in the container by clicking on the blue icon on the bottom left and then on "reopen in container"

What is installed with it?

  • Latest Ubuntu
  • git
  • gcc, clang
  • valgrind
  • curl
  • paco/francinette
  • python
  • norminette
  • vscode extensions:
    • GitHub Copilot
    • norminette highliter
    • 42 count line
    • 42 header
    • ...

Reminder

DONT FORGET TO CHANGE IT TO YOUR INTRA NAME IN THE devcontainer.json FOR THE HEADER EXTENSION!