youtype / boto3-ide

Code auto-complete and type checking for AWS boto3 in your VSCode
MIT License
20 stars 2 forks source link

Pylance not recognized when on WSL #5

Open kmh0237 opened 2 years ago

kmh0237 commented 2 years ago

Hello, I think the extension is having an issue with recognizing that pylance is installed when using it in a WSL environment connected to vscode. After running initialize, it keeps telling me to enable pylance even though it is already installed, and the box is unchecked for it being enabled (even though it is installed).

vemel commented 2 years ago

Hello!

Sorry that it took so long. There will be a new update soon that improves WSL. Hopefully, it will solve this issue as well.

CallumJHays commented 1 year ago

For anyone else, check your vscode setting "python.languageServer" == "Pylance". Mine defaulted to "Default" (which uses Pylance if installed), but this tool only checks that setting.

vemel commented 1 year ago

@CallumJHays Thank you. I can add this to docs and to an automatic check.