My Visual Studio Code User Settings
Here is my ‘User Settings’ file for VS Code. After this code section, each line is explained so you can decide if you would benefit from including it in your own settings.
{
"python.pythonPath": "/usr/local/bin/python3"
}