When I thought that I would create a virtual environment of 3.8.0 with pyenv and try new features of Yossha, code completion did not work at all. ↓ The virtual environment of python3.8.0 is properly applied
Added " python.jediEnabled ": false
{
"python.pythonPath": "/Users/.../.pyenv/versions/new_doc_38/bin/python",
"python.jediEnabled": false //Add this one line
}
Code completion is now possible (´Д`) = 3
Recommended Posts