We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e1f3d commit cb2bbb7Copy full SHA for cb2bbb7
.vscode/extensions.json
@@ -2,4 +2,4 @@
2
"recommendations": [
3
"denoland.vscode-deno"
4
]
5
-}
+}
deno.jsonc
@@ -7,5 +7,6 @@
7
"@cliffy/command": "jsr:@cliffy/command@1.0.0-rc.7",
8
"@cliffy/prompt": "jsr:@cliffy/prompt@1.0.0-rc.7",
9
"@std/assert": "jsr:@std/assert@1"
10
- }
+ },
11
+ "fmt": { "exclude": ["./.vscode"] }
12
}
0 commit comments