From c66ee294fbc99ce2b4f73f36eae65d7534cc7cb4 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Tue, 21 Jan 2025 00:02:25 +0100 Subject: [PATCH] chore: update VSCode settings for Ansible support and Python interpreter path --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7bc4a5e..a5e6029 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,9 @@ "**/CVS": true, "**/.DS_Store": true, "**/*.sha256": true, + }, + "ansible.python.interpreterPath": "/usr/bin/python", + "files.associations": { + "*.yml": "ansible" } } \ No newline at end of file