From fad27187dd810960c9f83173bbdf74d7953b17e5 Mon Sep 17 00:00:00 2001 From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:46:26 +0000 Subject: [PATCH] Correct file name --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4bd4303..e933f92 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -44,6 +44,6 @@ ".mypy_cache": true }, "yaml.schemas": { - "https://json.schemastore.org/github-issue-config.json": "file:///workspaces/pyheos/.github/ISSUE_TEMPLATE/config.yaml" + "https://json.schemastore.org/github-issue-config.json": "file:///workspaces/pyheos/.github/ISSUE_TEMPLATE/config.yml" } } \ No newline at end of file