To be used with VSCode dev containers.
Clone this repo to your local machine and change the basic settings.
git clone [email protected]:Bokomoko/deno2.0-devcontainer.git <your_folder>
After creating the folder, cd into it and open with vscode
cd <your_folder>
code .
VSCode will ask to reopen the project/folder in the container. Do it and after completion, open a terminal (ctrl-`) and check if Deno is ok
deno --version
If it didn't work, please check the creation of the dev container