From 2aa8fc89810154e2666018fab3a980da30d3faba Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 3 Dec 2024 19:00:04 +0100 Subject: [PATCH] Enable highlighting in vscodium --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..0676ddf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "ansible.python.interpreterPath": "/bin/python3.11", + "files.associations": { + "*.j2": "ansible-jinja", + "*.yaml": "ansible", + "*.yml": "ansible" + } +}