Python Language Support in VSCode Is Actually Faulty
I’m trying the CodeLLDB extension which is great. Finally we can debug C++ code without Visual Studio on Windows. (This extension was inspired by Are We IDE yet project but it actually benefits C++ a lot.) However the typing support for lldb package is not there. That means I can’t use auto-complete when authoring a debugger script. So I created a typing package: lldb-typeinfo. Then I noticed that there are color differences between Jedi and Pylance: ...