From 539b958fb94675d957b112652480ca379bdbd26f Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 13 Nov 2024 09:24:24 +0100 Subject: [PATCH] Add settings for vscodium --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2120b8f..e0a7eb4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,8 @@ { - "ansible.python.interpreterPath": "/bin/python" + "ansible.python.interpreterPath": "/bin/python", + "files.associations": { + "*.j2": "ansible-jinja", + "*.yaml": "ansible", + "*.yml": "ansible" + } }