Skip to content

Commit c451d8d

Browse files
committed
Beef up comment
1 parent c482df7 commit c451d8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/debugAdapter2/goDlvDebug.ts

+2
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,8 @@ class DelveClient extends DAPClient {
770770
// TODO: refactor this function into util.ts so it could be reused with
771771
// the existing DA. Problem: it currently uses log() and logError() which makes
772772
// this more difficult.
773+
// We'll want a separate util.ts for the DA, because the current utils.ts pulls
774+
// in vscode as a dependency, which shouldn't be done in a DA.
773775
function killProcessTree(p: ChildProcess): Promise<void> {
774776
if (!p || !p.pid) {
775777
log(`no process to kill`);

0 commit comments

Comments
 (0)