File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9292 "viewsContainers" : {
9393 "activitybar" : [
9494 {
95- "id" : " PowerShellCommandExplorer " ,
96- "title" : " (Preview) PowerShell Command Explorer " ,
95+ "id" : " PowerShell " ,
96+ "title" : " PowerShell" ,
9797 "icon" : " $(terminal-powershell)"
9898 }
9999 ]
100100 },
101101 "views" : {
102- "PowerShellCommandExplorer " : [
102+ "PowerShell " : [
103103 {
104104 "id" : " PowerShellCommands" ,
105- "name" : " PowerShell Commands " ,
105+ "name" : " Command Explorer " ,
106106 "when" : " config.powershell.sideBar.CommandExplorerVisibility"
107107 }
108108 ]
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ export class ISECompatibilityFeature implements vscode.Disposable {
5353 }
5454 }
5555
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 " ) ;
5858
5959 if ( ! Settings . load ( ) . sideBar . CommandExplorerVisibility ) {
6060 // Hide the explorer if the setting says so.
You can’t perform that action at this time.
0 commit comments