CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.1k stars 2.8k forks source link

Add devcontainer #1393

Open george-gca opened 4 days ago

george-gca commented 4 days ago

What type of request is this?

Other

Clear and concise description of the feature you are proposing

Since VSCode is in the recommended setup along with some extensions, it would be useful to provide a devcontainer that set everything up.

Is their example of this tool in the wild?

This template repository use it.

Additional context

Lots of people like to develop in Containers to have a clean system. With this, it is possible to work without any installation (except for VS Code, its Remote Dev Container extension, and Docker).

Once you've opened the repository, a prompt will appear requesting to reopen the project within a container, like this:

image

Validations