Added vscode setttings

This commit is contained in:
Felipe M 2019-09-27 18:48:39 +02:00
parent 9c4442a047
commit 975aeed1b0
Signed by: fmartingr
GPG key ID: 716BC147715E716F
3 changed files with 22 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"python.pythonPath": ".virtualenv/bin/python3"
}