1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

chore(vscode): add sample settings.json with yaml schema configuration

This commit is contained in:
Andrey Nering
2023-08-09 21:30:15 -03:00
parent 22cd0edfc9
commit 0cddd8c167
2 changed files with 7 additions and 1 deletions

5
.vscode/settings-sample.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"yaml.schemas": {
"./docs/static/schema.json": "Taskfile.yml"
}
}