Skip to content

Commit b2dff64

Browse files
authored
cache in correct variable (#15636)
1 parent 7a7f440 commit b2dff64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/interpreter/variableScriptGenerator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export class VariableScriptGenerator implements IVariableScriptGenerator {
140140
'vscodeGetVariablesForProvider.py'
141141
);
142142
const contents = await this.fs.readFile(scriptPath);
143-
VariableScriptGenerator.contentsOfScript = contents;
143+
VariableScriptGenerator.contentsOfVariablesScript = contents;
144144
return contents;
145145
}
146146
}

0 commit comments

Comments
 (0)