Feature: Add "/toggle-sidebar" command - #48614
MrShahin2004 wants to merge 1 commit into
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found two potentially related PRs:
PR #6093 appears to be the most directly related as it implements sidebar toggle functionality accessible via the command palette. You may want to review that PR to ensure PR #48614 doesn't duplicate existing functionality or to coordinate with any related work. |
|
This pull request has been automatically closed because it was not updated to meet our contributing guidelines within the 2-hour window. Feel free to open a new pull request that follows our guidelines. |
What does it do?
This tiny feature adds a command to the main
/command menu which toggles the right sidebar with the title/toggle-sidebar.There were no built-in commands for this feature and the width of sidebar was hardcoded, so I decided to add this myself.