From de97b1d08f865185607610987bc61f4dfac54386 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 18 May 2025 11:41:55 +0200 Subject: [PATCH] Add vscodium configuration --- .vscode/settings.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9d14cfb..0676ddf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "ansible.python.interpreterPath": "/bin/python" -} \ No newline at end of file + "ansible.python.interpreterPath": "/bin/python3.11", + "files.associations": { + "*.j2": "ansible-jinja", + "*.yaml": "ansible", + "*.yml": "ansible" + } +}