Skip to content

Commit

Permalink
chore(ide): add Visual Studio Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Icikowski committed Nov 14, 2022
1 parent 921b1e4 commit 0ea0e31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"yaml.schemas": {
"https://taskfile.dev/schema.json": [
"tasks/*",
"Taskfile.yaml"
],
"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/3.0.3/schemas/v3.0/schema.json": [
"api/*"
]
}
}

0 comments on commit 0ea0e31

Please sign in to comment.