Skip to content

Commit 48c8686

Browse files
committed
remove unncessary todo
1 parent 640e976 commit 48c8686

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/client/extensionActivation.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ export function activateFeatures(ext: ExtensionState, _components: Components):
115115
registerStartNativeReplCommand(ext.disposables, interpreterService, ext.context);
116116
registerReplCommands(ext.disposables, interpreterService, executionHelper, commandManager, ext.context);
117117
registerReplExecuteOnEnter(ext.disposables, interpreterService, commandManager, ext.context);
118-
119-
// TODO cover edge case: create repl, reload repl, close tab, then open notebook, and then we fall into trap where we think notebook is repl.
120-
// check label of editor name - if its python repl or not.
121118
}
122119

123120
/// //////////////////////////

0 commit comments

Comments
 (0)