From 415b107bbcdaf6b8b504a10650f4c6d75febadc7 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 5 Jun 2020 20:46:15 +0200 Subject: [PATCH] vscode configuration: Fixed path to python3 executable for syntax check --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 34e59d6..64b4697 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,5 +14,6 @@ }, "files.exclude": { "playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true - } + }, + "python.pythonPath": "/usr/bin/python3" }