fix(yaml_ls): custom reference tag for gitlabci

This commit is contained in:
Ruslan
2026-07-21 12:11:07 +03:00
parent 74cbe41650
commit 2ababf0c46
+1
View File
@@ -91,6 +91,7 @@ return {
filetypes = { 'yaml', 'yaml.gitlab' }, filetypes = { 'yaml', 'yaml.gitlab' },
settings = { settings = {
yaml = { yaml = {
customTags = { "!reference sequence" },
schemaStore = { enable = false }, schemaStore = { enable = false },
schemas = { schemas = {
['https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/app/assets/javascripts/editor/schema/ci.json'] = { ['https://gitlab.com/gitlab-org/gitlab-foss/-/raw/master/app/assets/javascripts/editor/schema/ci.json'] = {