debug: debug incorrectly imports plugin code #10714
Labels
debug
issues that related to debug functionality
plug-in system
issues related to the plug-in system
quality
issues related to code and application quality
Bug Description:
The pull-request #10163 incorrectly leaks plugin code to
@theia/debug
.theia/packages/debug/src/node/inline-debug-adapter.ts
Line 19 in 2faa18b
No internal extension should explicitly depend on the plugin- system, we should refactor to implement the feature properly.
@tsmaeder was there a specific reason to directly depend on the plugin types from debug?
The text was updated successfully, but these errors were encountered: