Skip to content

Commit 206ccc1

Browse files
Himanshu-Singh-Chauhannang-dev
authored andcommitted
set default location to auxbar (#251)
1 parent a3d51c4 commit 206ccc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@
605605
]
606606
},
607607
"viewsContainers": {
608-
"activitybar": [
608+
"auxiliarybar": [
609609
{
610610
"id": "PearAI",
611611
"title": "PearAI Chat",

extensions/vscode/src/activation/activate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const setupPearAPPLayout = async (context: vscode.ExtensionContext) => {
123123

124124
if (isFirstLaunch(context)) {
125125
// 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");
127127
// set activity bar position to top
128128
vscode.commands.executeCommand("workbench.action.activityBarLocation.top");
129129
}

0 commit comments

Comments
 (0)