Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Dec 15, 2024
1 parent 3f86d7f commit a0d8024
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"deno.cacheOnSave": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "denoland.vscode-deno"
}
}
98 changes: 49 additions & 49 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "deno",
"command": "lint",
"problemMatcher": [
"$deno-lint"
],
"group": "test",
"label": "deno: lint"
},
{
"type": "deno",
"command": "task",
"args": [
"check"
],
"problemMatcher": [
"$deno"
],
"label": "deno: check",
"detail": "$ deno check scripts/*.ts *.ts src/*.ts"
},
{
"type": "deno",
"command": "task",
"args": [
"build"
],
"problemMatcher": [
"$deno"
],
"label": "deno: build",
"detail": "$ deno task build"
},
{
"type": "deno",
"command": "test",
"args": [
"--allow-net"
],
"problemMatcher": [
"$deno-test"
],
"group": "test",
"label": "deno: test"
}
]
}
"version": "2.0.0",
"tasks": [
{
"type": "deno",
"command": "lint",
"problemMatcher": [
"$deno-lint"
],
"group": "test",
"label": "deno: lint"
},
{
"type": "deno",
"command": "task",
"args": [
"check"
],
"problemMatcher": [
"$deno"
],
"label": "deno: check",
"detail": "$ deno check scripts/*.ts *.ts src/*.ts"
},
{
"type": "deno",
"command": "task",
"args": [
"build"
],
"problemMatcher": [
"$deno"
],
"label": "deno: build",
"detail": "$ deno task build"
},
{
"type": "deno",
"command": "test",
"args": [
"--allow-net"
],
"problemMatcher": [
"$deno-test"
],
"group": "test",
"label": "deno: test"
}
]
}

0 comments on commit a0d8024

Please sign in to comment.