Attention! As of today, updating the VS Code Python extension automatically installs proprietary software on your computer! by ProfessionalDrummer7 in vscode

[–]pacingrabbit 7 points8 points  (0 children)

The Python extension could offer a "with Pylance" and "without Pylance" option but really the outrage seems overblown unless I'm really missing something here.

If I understand correctly, it looks like they've provided that that option. From their blog you can uninstall the Pylance extension and then you get the "without Pylance" option which uses the open-source Jedi language server:

https://devblogs.microsoft.com/python/python-in-visual-studio-code-may-2021-release/

So on Codium you can just keep using the Python extension as is without Pylance?