aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-26 15:18:21 +0800
committercrupest <crupest@outlook.com>2020-07-26 15:18:21 +0800
commitb615783f497f2dbc011c12bd1e8d9a74331b608b (patch)
treedb3a28f7096d2e967ce28bac5b8fee9f8e75b9ce /.vscode/settings.json
parentb1ac1441a5fd00df6aa85cc94d523c80387f589d (diff)
downloadtimeline-b615783f497f2dbc011c12bd1e8d9a74331b608b.tar.gz
timeline-b615783f497f2dbc011c12bd1e8d9a74331b608b.tar.bz2
timeline-b615783f497f2dbc011c12bd1e8d9a74331b608b.zip
Use online schema for github workflow.
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d3703115..f65e4358 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,5 @@
{
"yaml.schemas": {
- "/.vscode/github-workflow-schema.json": "/.github/workflows"
+ "https://json.schemastore.org/github-workflow": "/.github/workflows"
}
} \ No newline at end of file