Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add toolchain support for python debug adapter (#90)
* WIP add toolchain for python Co-Authored-By: Anthony Eid <56899983+Anthony-Eid@users.noreply.github.com> * Integrate toolchain store with dap_store & use it for debugpy * Wip require worktree to start debug session * Move start debug session to project for determing the worktree * Make all tests pass again * Make collab tests pass * Use notify instead of manual notification * Use reference instead of clone * Revert "Use reference instead of clone" This reverts commit 61469bb. * Revert "Use notify instead of manual notification" This reverts commit a0b9bf5. * Revert debugger branch merge * Revert "Revert debugger branch merge" This reverts commit 56c883d. * Clean up * Make node runtime required * Pass worktree id into get_environment * Fix use the resolved debug adapter config * Add fallback if toolchain could not be found to common binary names --------- Co-authored-by: Anthony Eid <56899983+Anthony-Eid@users.noreply.github.com> Co-authored-by: Anthony Eid <hello@anthonyeid.me>
- Loading branch information