mirror of
https://github.com/go-task/task.git
synced 2025-06-04 23:38:05 +02:00
chore(vscode): add sample settings.json with yaml schema configuration
This commit is contained in:
parent
22cd0edfc9
commit
0cddd8c167
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,7 +21,8 @@ dist/
|
|||||||
|
|
||||||
# editors
|
# editors
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/*
|
||||||
|
!.vscode/*-sample.json
|
||||||
.fleet/
|
.fleet/
|
||||||
|
|
||||||
# exuberant ctags
|
# exuberant ctags
|
||||||
|
5
.vscode/settings-sample.json
vendored
Normal file
5
.vscode/settings-sample.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"yaml.schemas": {
|
||||||
|
"./docs/static/schema.json": "Taskfile.yml"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user