Always-Self-Hosted
Always-Self-Hosted
There is no `gc.py` next to the `gc.pyi` file, but that is the same for the `machine.pyi` also. There only seems to be `.pyi` files in the `~/.venv/lib/python3.11/site-packages/` directory. Which...
If you just `pip install micropython-esp8266-stubs` into a fresh venv this is the exact setup I have, and then make sure to use that venv interpreter. Also I am on...
Also a bit more context for this, i tried adding an empty `gc.py` file next to the `gc.pyi` file in my venv, but even after restarting vscodium it still doesn't...
Is there a way to force jedi to use `gc.pyi` in a typings folder in the cwd? Or is there simply no workaround possible with jedi for this problem? Also...
> @mpql thanks for your feedback. Can you please help me understand why are you using VS Codium for this scenario and not VS Code? That way I will understand...