File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 92
92
"viewsContainers" : {
93
93
"activitybar" : [
94
94
{
95
- "id" : " PowerShellCommandExplorer " ,
96
- "title" : " (Preview) PowerShell Command Explorer " ,
95
+ "id" : " PowerShell " ,
96
+ "title" : " PowerShell" ,
97
97
"icon" : " $(terminal-powershell)"
98
98
}
99
99
]
100
100
},
101
101
"views" : {
102
- "PowerShellCommandExplorer " : [
102
+ "PowerShell " : [
103
103
{
104
104
"id" : " PowerShellCommands" ,
105
- "name" : " PowerShell Commands " ,
105
+ "name" : " Command Explorer " ,
106
106
"when" : " config.powershell.sideBar.CommandExplorerVisibility"
107
107
}
108
108
]
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ export class ISECompatibilityFeature implements vscode.Disposable {
53
53
}
54
54
}
55
55
56
- // Show the PowerShell Command Explorer
57
- await vscode . commands . executeCommand ( "workbench.view.extension.PowerShellCommandExplorer " ) ;
56
+ // Show the PowerShell view container which has the Command Explorer view
57
+ await vscode . commands . executeCommand ( "workbench.view.extension.PowerShell " ) ;
58
58
59
59
if ( ! Settings . load ( ) . sideBar . CommandExplorerVisibility ) {
60
60
// Hide the explorer if the setting says so.
You can’t perform that action at this time.
0 commit comments