This commit is contained in:
JOLIMAITRE Matthieu 2024-05-29 06:09:50 +02:00
parent 8b6a86f17a
commit 3aea126342
14 changed files with 205 additions and 67 deletions

14
.vscode/settings.json vendored
View file

@ -1,8 +1,8 @@
{
"deno.enablePaths": [
"./"
],
"deno.enable": true,
"deno.unstable": true,
"editor.inlayHints.enabled": "off"
}
"deno.enablePaths": [
"./"
],
"deno.enable": true,
"deno.unstable": true,
"editor.inlayHints.enabled": "off"
}