Adithya K

Results 3 comments of Adithya K

I had to delete the node_modules dir and follow the instructions from @JoKalliauer here. Finally a functional electron installation!

I think the more vs-code way of doing this until support for uv is added is: 1. Select the interpreter (`uv run which python` if you are not sure) with...

> [@hoegge](https://github.com/hoegge) FYI, thanks to [@say4n](https://github.com/say4n) and [@zanieb](https://github.com/zanieb) indications, I could run from VSCode Debugger my Python script with `uv` script dependencies by: > > * Selecting as interpreter the...