From 98b48377cdc7c0576b331778b91d69ed5d481490 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 4 May 2022 14:12:21 +0100 Subject: [PATCH] Add GitLab CI schema paths --- coc-settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/coc-settings.json b/coc-settings.json index c4cd355..7e3f6a7 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -17,6 +17,7 @@ "tasks/*.yaml" ], "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json": [ + ".gitlab-ci.yml", ".gitlab/ci/*.yml" ] }