vscode configuration: Fixed path to python3 executable for syntax check

dehydrated
Felix Stupp 4 years ago
parent a51225ccc8
commit 415b107bbc
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -14,5 +14,6 @@
}, },
"files.exclude": { "files.exclude": {
"playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true "playbooks/{credentials,group_vars,helpers,host_vars,public_keys,roles}/": true
} },
"python.pythonPath": "/usr/bin/python3"
} }

Loading…
Cancel
Save