File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 605
605
]
606
606
},
607
607
"viewsContainers" : {
608
- "activitybar " : [
608
+ "auxiliarybar " : [
609
609
{
610
610
"id" : " PearAI" ,
611
611
"title" : " PearAI Chat" ,
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ const setupPearAPPLayout = async (context: vscode.ExtensionContext) => {
123
123
124
124
if ( isFirstLaunch ( context ) ) {
125
125
// move pearai extension to auxiliary bar (secondary side bar) if there is a folder open
126
- vscode . commands . executeCommand ( "workbench.action.movePearExtensionToAuxBar" ) ;
126
+ // vscode.commands.executeCommand("workbench.action.movePearExtensionToAuxBar");
127
127
// set activity bar position to top
128
128
vscode . commands . executeCommand ( "workbench.action.activityBarLocation.top" ) ;
129
129
}
You can’t perform that action at this time.
0 commit comments