From fa934c75130e1bfaa698e801134723907851671d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 14 Oct 2024 12:06:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20VSCode=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BB=A5=E6=94=AF=E6=8C=81=20YAML=20=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=92=8C=E6=96=87=E4=BB=B6=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..e1891c9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,14 @@ +{ + "yaml.schemas": { + "https://json.schemastore.org/drone.json": [ + ".drone*" + ], + "https://json.schemastore.org/github-workflow.json": [ + ".gitea/workflows/*.yml", + ".gitea/workflows/*.yaml", + ] + }, + "files.associations": { + ".drone.yml.off": "yaml" + } +} \ No newline at end of file