working progress

This commit is contained in:
Sam Chau
2025-10-17 00:56:39 +10:30
commit 2440b36fae
18 changed files with 643 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"recommendations": [
"denoland.vscode-deno"
]
}
+6
View File
@@ -0,0 +1,6 @@
{
"deno.enablePaths": [
"./"
],
"editor.inlayHints.enabled": "off"
}