De-reference the constructor from the rendering of VariableExplorerButtonCellFormatter #10310
Labels
bug
Issue identified by VS Code Team member as probable bug
debt
Code quality issues
papercut 🩸
Something affecting the productivity of the team
perf
Performance issues
variable-explorer
verified
Verification succeeded
Milestone
The
VariableExplorerButtonCellFormatter
is currently tying the constructor of theVariableExplorer
in: https://github.com/microsoft/vscode-jupyter/blob/main/src/webviews/webview-side/interactive-common/variableExplorer.tsx#L125We should not take the reference from the constructor, for performance reasons.
(though I haven't tested this kind of performance in a while, but seems reasonable to move this state-referencing out of the constructor)
The text was updated successfully, but these errors were encountered: