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