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 bacc11e commit 057f8beCopy full SHA for 057f8be
src/client/pythonEnvironments/base/envsCache.ts
@@ -50,6 +50,9 @@ export interface IEnvsCache {
50
51
type CompleteEnvInfoFunction = (envInfo: PythonEnvInfo) => boolean;
52
53
+/**
54
+ * Environment info cache using persistent storage to save and retrieve pre-cached env info.
55
+ */
56
export class PythonEnvInfoCache implements IEnvsCache {
57
private initialized = false;
58
0 commit comments