In the settings of VS Code, there is a setting for the interpreter path. You may also want to symlink python to python3 (ln -s /usr/bin/python3 /usr/bin/python) if you don't want to change the settings.
ln -s /usr/bin/python3 /usr/bin/python