cmdpal: fix a leak in the extension template (#39209)

There's apparently a footgun with the way we're using ComServer, which
results in us leaking the extension processes when we think we've
disposed them

The fix unfortunately has to be on the extension side. Extensions
published prior to 0.2 will need to manually fix this.

closes: #39045
This commit is contained in:
Mike Griese
2025-05-04 06:04:09 -05:00
committed by GitHub
parent 15ef9189ba
commit 8ce198a47b
2 changed files with 5 additions and 2 deletions