add vscode settings for dev

This commit is contained in:
ChaseKnowlden 2021-06-20 13:35:51 -04:00
parent 21fdf2334c
commit 7cc325cafb

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

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