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 795bba9 commit 3119849Copy full SHA for 3119849
src/client/pythonEnvironments/base/locators/common/nativePythonFinder.ts
@@ -69,9 +69,7 @@ class NativeGlobalPythonFinderImpl implements NativeGlobalPythonFinder {
69
writable.pipe(proc.stdin, { end: false });
70
const disposeStreams = new Disposable(() => {
71
readable.end();
72
- readable.destroy();
73
writable.end();
74
- writable.destroy();
75
});
76
const connection = rpc.createMessageConnection(
77
new rpc.StreamMessageReader(readable),
0 commit comments