From 125599a9ff4ffa3bb1169cd54d2c3dab17362e15 Mon Sep 17 00:00:00 2001 From: barshaul Date: Wed, 6 Dec 2023 16:08:47 +0000 Subject: [PATCH] Added VS code settings for github action and workflow --- .vscode/settings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2c33cdb059..a7919e17bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -25,6 +25,19 @@ ], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, + "[github-actions-workflow]": { + "editor.defaultFormatter": "redhat.vscode-yaml" + }, + "yaml.schemas": { + "https://json.schemastore.org/github-workflow.json": [ + "*.github/workflows/*.yaml", + "*.github/workflows/*.yml", + ], + "https://json.schemastore.org/github-action.json": [ + "action.yaml", + "action.yml", + ] + }, "[yaml]": { "editor.tabSize": 4, "editor.defaultFormatter": "redhat.vscode-yaml"