Skip to content

Commit 10bdfde

Browse files
author
Benjamin Pasero
committed
remove obsolete todo
1 parent 684a3dd commit 10bdfde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/electron-browser/window.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class NativeWindow extends Disposable {
141141
}
142142
}
143143
} else {
144-
args.push({ from: request.from }); // TODO@telemetry this is a bit weird to send this to every action?
144+
args.push({ from: request.from });
145145
}
146146

147147
try {

0 commit comments

Comments
 (0)