diff options
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 2 |
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 |