We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc966f5 commit 79a1478Copy full SHA for 79a1478
src/client/repl/nativeRepl.ts
@@ -26,7 +26,7 @@ import { VariableRequester } from './variables/variableRequester';
26
import { getTabNameForUri } from './replUtils';
27
28
const NATIVE_REPL_URI_MEMENTO = 'nativeReplUri';
29
-let nativeRepl: NativeRepl | undefined; // In multi REPL scenario, hashmap of URI to Repl.
+let nativeRepl: NativeRepl | undefined;
30
export class NativeRepl implements Disposable {
31
// Adding ! since it will get initialized in create method, not the constructor.
32
private pythonServer!: PythonServer;
0 commit comments