diff --git a/.vscode/settings.json b/.vscode/settings.json index f65313f..bf3294f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,11 @@ { + "files.associations": { + ".gitea/workflows/*.yaml": "github-actions-workflow" + }, "yaml.schemas": { "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.0.3/schema/helm-testsuite.json": [ "/unittests/**/*.yaml" ] }, "yaml.schemaStore.enable": true -} \ No newline at end of file +}