Skip to content

Commit

Permalink
fix(yamlls): azure pipeline extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Mar 25, 2024
1 parent b9b8bfb commit f0da1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/core/plugins/lsp/settings/yaml.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ local opts = {
kubernetes = "*.yaml",
["http://json.schemastore.org/github-workflow"] = ".github/workflows/*",
["http://json.schemastore.org/github-action"] = ".github/action.{yml,yaml}",
["https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"] = "azure-pipelines.yml",
["https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/service-schema.json"] = "azure-pipelines.{yml,yaml}",
["http://json.schemastore.org/ansible-stable-2.9"] = "roles/tasks/*.{yml,yaml}",
["http://json.schemastore.org/prettierrc"] = ".prettierrc.{yml,yaml}",
["http://json.schemastore.org/kustomization"] = "kustomization.{yml,yaml}",
Expand Down

0 comments on commit f0da1f1

Please sign in to comment.