From a14dc58c696a5766e183b2688cc5afc59ed7a4a9 Mon Sep 17 00:00:00 2001 From: Petros Paraskevopoulos Date: Fri, 5 Jul 2024 15:41:25 +0300 Subject: [PATCH] CI: Add yaml language server schema to allow ides to recognize yml files FYI: This will offer syntax highlighting and autocompletion when editing those files in those IDEs (like VSCode). --- .buildkite/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a7fbe76..04575a3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,3 +1,6 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json +--- + common_params: # Common plugin settings to use with the `plugins` key. - &common_plugins