I rejected the initial suggestion to "activate" Pylance just after installation, because I wanted to try it later. Now, I have no idea how to activate it or check if it is actually working (I see no difference when coding). Reinstalling doesn't help, the suggestion doesn't pop up anymore. I suppose this is a bug in a sense that such simple scenario should not be a source of confusion to a user (additional instructions in README would help I think).
I ran into this as well.
Try adding this to your settings.json

{
"python.languageServer": "Pylance",
}
@jongio thanks, it helped! I didn't try that exactly because of the fact that Pylance is not in the list of suggested options (which is "Jedi, Microsoft, None").
@jakebailey - Thoughts on where we could put this in the docs? Maybe in the readme, under manual setup?
Hey @Yura52 and @jongio!
Thanks for the feedback! We will be adding Pylance as a supported python.languageServer value in the near future (meaning that you'll see the Pylance as a value when editing your settings.json and in the settings editor UI). In the meantime, we will be amending our troubleshooting documentation to add this note in to help out others running into this.
The readme here and in the published extension are now updated.
Nice, Thanks @jakebailey
Most helpful comment
The readme here and in the published extension are now updated.