Skip to content

Commit 2a6681c

Browse files
author
Tal Hadad
committed
omit old TODO
1 parent b5cb235 commit 2a6681c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/session.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,6 @@ export async function processRequest(request: ISessionRequest, socket: Socket |
967967
info = request.info;
968968
sessionDir = path.join(request.tempdir, 'vscode-R');
969969
workingDir = request.wd;
970-
// TODO: Log and show correct TCP info here
971970
console.info(`[updateRequest] attach PID: ${pid}`);
972971
updateSessionStatusBarItem(sessionStatusBarItem);
973972
if (socket === null) {

0 commit comments

Comments
 (0)