VSCode Extension move Codex to the Right

Resolved 💬 7 comments Opened Aug 30, 2025 by slyapustin Closed Aug 30, 2025
💡 Likely answer: A maintainer (enriquemorenotent, contributor) responded on this thread — see the highlighted reply below.

What feature would you like to see?

I want to have an option to move Codex panel in VScode to the right.
Reasons:

  • It overlaps other default panels (eg. file tree)
  • That's most common in other agents IDE (eg. Cursor)

Are you interested in implementing this feature?

No

Additional information

_No response_

View original on GitHub ↗

7 Comments

IvoDimitrovPro · 10 months ago

Just right click on the icon and move it to the right.

enriquemorenotent contributor · 10 months ago

VS Code has a secondary panel. You can simply drag the window to the other side and it will work.

slyapustin · 10 months ago

@IvoDimitrovPro On the right click - there is an option to only move primary sidebar to the right (which moves everything including file tree to the right)

<img width="454" height="199" alt="Image" src="https://github.com/user-attachments/assets/17bc8d66-1b9e-4ccd-8c1a-1e692b9248b7" />

@enriquemorenotent Oh, that works. Did not not expected that to work.

IvoDimitrovPro · 10 months ago

There are maybe two reasons why is that in your VS Code:

  1. You are on a Mac xd
  2. You are on the official release version of VS Code - I am on the Insider Preview version, and I have it.

<img width="661" height="939" alt="Image" src="https://github.com/user-attachments/assets/56937d09-7f0c-42ce-81f5-94640c2243a7" />

slyapustin · 10 months ago

Thanks @IvoDimitrovPro,
It was clearly some issue on my end (I do not use VSCode that often now).
I do see that option to move to Secondary Side Bar now. 👍

ivpvankata · 10 months ago

You can just grab the Codex icon and drag it above Chat on the right sidebar

<img width="1921" height="1038" alt="Image" src="https://github.com/user-attachments/assets/302dd4f0-7cfd-4bed-a3db-0f951785f6ed" />

ddpetty · 10 months ago
You can just grab the Codex icon and drag it above Chat on the right sidebar <img alt="Image" width="1921" height="1038" src="https://private-user-images.githubusercontent.com/47293899/485017684-302dd4f0-7cfd-4bed-a3db-0f951785f6ed.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTgzOTEwODIsIm5iZiI6MTc1ODM5MDc4MiwicGF0aCI6Ii80NzI5Mzg5OS80ODUwMTc2ODQtMzAyZGQ0ZjAtN2NmZC00YmVkLWEzZGItMGY5NTE3ODVmNmVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA5MjAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwOTIwVDE3NTMwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ0ZGJkZDBlN2JhMGVhOTFjNDUxMmZjMTBhNmE3MWVmYTg4NjEzZDdlNmY4Nzk4NWFiMGIyNmNiMzE1Y2MzMDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kpHPghFDULGhagShdw0_blgkHnZYpkq3wDv03Bvnst0">

Thank you!