From 63e6f938bb4df2b630154949e9a0ad2e5a0ad2ee Mon Sep 17 00:00:00 2001 From: uumas Date: Thu, 12 Mar 2026 00:45:48 +0200 Subject: [PATCH] Add vscode configuration --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..df1b9c4 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.yaml": "ansible" + } +}