|
|
|
|
|
by IshKebab
1482 days ago
|
|
Not sure about C++ but the Python extension definitely isn't completely open source. That code appears to be for the extension client, but the code for Pylance isn't open (which provides completions etc.). The code for Pyright (the type checker) is open source though. https://github.com/microsoft/pylance-release/issues/4#issuec... |
|