Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DAP] Only need to add completion listener to main module
The language-specific debuggers are the ones responsible for copying over execution listeners when we cross language boundaries. This avoids one risk related to concurrent modifications and accesses of the execution listeners.
- Loading branch information