Open mjbvz opened 4 years ago
What is your language server version? We recently pushed an update to stable which likely fixed this. microsoft/vscode-python#3977 for manual update instructions.
0.5.45.0 (I'm on the daily insiders channel for the extension)
Environment data
"python.jediEnabled"
set to; more info microsoft/vscode-python#3977): Language serverpython.languageServer
setting: MicrosoftSteps to reproduce:
Create a file consisting only of:
Bug
sleep
is underlined in yellow but there are no auto imports available:If I add
import time
, it starts suggesting the import