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 b830ac4 commit cd7a19cCopy full SHA for cd7a19c
src/client/pythonEnvironments/common/externalDependencies.ts
@@ -45,6 +45,5 @@ function getPersistentStateFactory(): IPersistentStateFactory {
45
46
export function createGlobalPersistentStore<T>(key: string): IPersistentState<T> {
47
const factory = getPersistentStateFactory();
48
-
49
return factory.createGlobalPersistentState<T>(key, undefined);
50
}
0 commit comments