Skip to content

Commit

Permalink
Cherry picked Trifall changes (#90)
Browse files Browse the repository at this point in the history
* submodule

* Implement issue #20 (#64)

* Add CTRL+[ Hotkey to expand/collapse the size of the chat-bar

* Move state variables inside the ResizeAuxBarWidth action

* Remove promise and refactor label name

---------

Co-authored-by: Duke Pan <[email protected]>

---------

Co-authored-by: Jerren T <[email protected]>
  • Loading branch information
2 people authored and nang-dev committed Jan 4, 2025
1 parent 8430ce7 commit 90175a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { ServicesAccessor } from '../../../../platform/instantiation/common/inst
import { KeybindingWeight } from '../../../../platform/keybinding/common/keybindingsRegistry.js';
import { KeyCode, KeyMod } from '../../../../base/common/keyCodes.js';
import { SwitchCompositeViewAction } from '../compositeBarActions.js';
import { mainWindow } from '../../../../base/browser/window.js';

const auxiliaryBarRightIcon = registerIcon('auxiliarybar-right-layout-icon', Codicon.layoutSidebarRight, localize('toggleAuxiliaryIconRight', 'Icon to toggle the auxiliary bar off in its right position.'));
const auxiliaryBarRightOffIcon = registerIcon('auxiliarybar-right-off-layout-icon', Codicon.layoutSidebarRightOff, localize('toggleAuxiliaryIconRightOn', 'Icon to toggle the auxiliary bar on in its right position.'));
Expand Down

0 comments on commit 90175a5

Please sign in to comment.