Skip to content

Commit

Permalink
set default location to auxbar (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu-Singh-Chauhan authored and nang-dev committed Feb 4, 2025
1 parent a3d51c4 commit 206ccc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@
]
},
"viewsContainers": {
"activitybar": [
"auxiliarybar": [
{
"id": "PearAI",
"title": "PearAI Chat",
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode/src/activation/activate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const setupPearAPPLayout = async (context: vscode.ExtensionContext) => {

if (isFirstLaunch(context)) {
// move pearai extension to auxiliary bar (secondary side bar) if there is a folder open
vscode.commands.executeCommand("workbench.action.movePearExtensionToAuxBar");
// vscode.commands.executeCommand("workbench.action.movePearExtensionToAuxBar");
// set activity bar position to top
vscode.commands.executeCommand("workbench.action.activityBarLocation.top");
}
Expand Down

0 comments on commit 206ccc1

Please sign in to comment.