From 36e0706269070a0e4ef55b6f6ff8a222b89b7833 Mon Sep 17 00:00:00 2001 From: Brendan Gannon Date: Fri, 26 May 2023 12:44:02 -0400 Subject: debugging --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..08e5e6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ansible.python.interpreterPath": "/usr/local/opt/python@3.9/bin/python3.9" +} -- cgit