Pelle Johnsen

Results 26 comments of Pelle Johnsen

I think @SeijiSuenaga is correct. When you select `pylance` code editor prompts to install the extension `ms-python.vscode-pylance`, but is unable to do so. I tried manually downloading the vsix, but...

Jedi does enable some limited intellisense for python stdlibs, but nothing for e.g. spark :S ![image](https://github.com/user-attachments/assets/cea8e240-b844-4941-8803-3726fd0f5532)

@j0bekt01 this is not the same extension, we are talking about the pylance extension, NOT the python extension, see here: https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance vs. https://marketplace.visualstudio.com/items?itemName=ms-python.python note the different IDs `ms-python.python` vs. `ms-python.vscode-pylance`

It's not quite like that. `ms-python.python` has support for automatically **installing** `ms-python.vscode-pylance`. However installing the pylance extension is what fails

I can unfortunately not share code as this is on a proprietary project. One thing that might make a difference is that we are using a Nx monorepo. Will try...

FWIW: here is a screenshot **NOTE:** this is from a sandbox that itself does NOT have the secret configured (so it should fallback to the shared secret)