You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,7 +15,7 @@ export class EmptyGroupItemTemplate implements IListViewItemBase {
13
15
return`<div class="list-item">
14
16
<div class="list-item-content-area">
15
17
<div class="list-item-header"><strong>No data received</strong></div>
16
-
<div class="list-item-content-description">No data received yet about this code object from the selected environment: ${Settings.environment.value}</div>
18
+
<div class="list-item-content-description">No data received yet about this code object from the selected environment: ${this._workspaceState.environment}</div>
0 commit comments