From 4e9f1c299ca4db66a404b9f0a228ce0b5cc8fe05 Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Tue, 25 Jan 2022 10:33:53 +0100 Subject: [PATCH] Add vscode settings --- .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..237ad63 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.yml": "ansible" + } +}