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 74c57ac commit be01506Copy full SHA for be01506
src/variableinspector.ts
@@ -269,6 +269,14 @@ export class VariableInspectorPanel
269
}
270
271
272
+ protected onAfterShow(msg: Message): void {
273
+ super.onAfterShow(msg);
274
+ if (this._source) {
275
+ this._source.enabled = true;
276
+ this._source.performInspection();
277
+ }
278
279
+
280
protected onInspectorUpdate(
281
sender: any,
282
allArgs: IVariableInspector.IVariableInspectorUpdate
0 commit comments