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 97d5251 commit 3c251c3Copy full SHA for 3c251c3
src/client/pythonEnvironments/base/envsCache.ts
@@ -78,8 +78,6 @@ export class PythonEnvInfoCache implements IEnvsCache {
78
}
79
80
public getEnv(env: PythonEnvInfo | string): PythonEnvInfo | undefined {
81
- // This will have to be updated when areSameEnvironment's signature changes.
82
- // See https://github.com/microsoft/vscode-python/pull/14026/files#r493720817.
83
const result = this.envsList?.find((info) => areSameEnvironment(info, env));
84
85
if (result) {
0 commit comments