Marvin Vogt

Results 16 comments of Marvin Vogt

This seems like a common use case and fairly trivial to implement. Is anyone working on this / are the maintainers open to MRs that would simplify this?

I made a [PR](https://github.com/indygreg/PyOxidizer/pull/739) to update using the script, since this PR is unfortunately already outdated.

Pyright has some good examples. https://github.com/microsoft/pyright/blob/main/packages/pyright-internal/src/tests/samples/match1.py for example or any other `match*.py` file in that directory.

This issue has been open for 3+ years now and makes Docker desktop on Mac unusable for some people. Are there any serious plans to actually implement this ?

> I ended up running docker inside multipass instead, and it works with ipv6 network out of the box, why not Docker Desktop! Other free solutions like VirtualBox also works...

Would it be possible to exclude the standard library within the vscode extension, independent to the current environment per default? The problem with using something like `--extend-exclude=` is that it...