steep-match-53634
01/16/2023, 11:16 PM$PEX_ROOT/unzipped_pexes/<some hash> , and I can technically search the archive for the exact name, but it will be easier to just have it as a constant.broad-processor-92400
01/17/2023, 3:38 AMexport goal: https://www.pantsbuild.org/docs/setting-up-an-ide#python-third-party-dependencies-and-tools ?steep-match-53634
01/17/2023, 8:01 AMhappy-kitchen-89482
01/17/2023, 12:41 PMbitter-ability-32190
01/17/2023, 1:47 PMrun and test goals have a --debug-adapter flag which launches the DAP server and waits for connections.
Pants 2.15 just got a bunch of bugfixes for it, and will be released soon.steep-match-53634
01/17/2023, 2:03 PM--debug-adapter unfortunately isn't implemented for docker_image target though.
Also, I'm not sure how it would help - I think the one who sends the local:remote code mapping is the client, not the server (because only client can know the local part of the mapping), So the client will still be in situation where it needs to know the hash for the pexbitter-ability-32190
01/17/2023, 2:03 PMbitter-ability-32190
01/17/2023, 2:03 PMsteep-match-53634
01/17/2023, 2:04 PMrun works with docker_image, but repl just runs the underlying pex without containerization?bitter-ability-32190
01/17/2023, 2:04 PMbitter-ability-32190
01/17/2023, 2:05 PMsteep-match-53634
01/17/2023, 2:08 PMbitter-ability-32190
01/17/2023, 2:15 PM. We replace it with the pants sandbox root so it "just works"steep-match-53634
01/17/2023, 4:19 PMbitter-ability-32190
01/17/2023, 4:20 PM