Skip to content

Commit cb2bbb7

Browse files
committed
attempting to fix fmt on pipeline
1 parent 68e1f3d commit cb2bbb7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"recommendations": [
33
"denoland.vscode-deno"
44
]
5-
}
5+
}

deno.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"@cliffy/command": "jsr:@cliffy/[email protected]",
88
"@cliffy/prompt": "jsr:@cliffy/[email protected]",
99
"@std/assert": "jsr:@std/assert@1"
10-
}
10+
},
11+
"fmt": { "exclude": ["./.vscode"] }
1112
}

0 commit comments

Comments
 (0)